Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 61ba0f7a0579a6f2abeea3249fe4c0de0a6a6237


Parents : f1900dd
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-06-01T08:16:33-05:00

chore(version) update to v4.7.0

Changes
Diff

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e61b2a0e..2303f677 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -36,7 +36,6 @@ All notable changes to this project will be documented in this file.
- **Project URLs**: Default homepage and documentation links moved from **git.quad4.io** to **github.com/Quad4-Software/MeshChatX** and official mirrors.
- **Frontend**: General styling refresh; **Identities** sidebar icon updated.
- **Android**: Build metadata and wheel-fetch scripts updated (retries, local wheel paths).
-- **Build**: Legacy Taskfile/build paths removed; **README** and packaging version stamps aligned with **4.6.3**.
- **Tests**: HTTP API route contract, interface discovery, call page, Micron editor publish, LXMF reaction field **0x40**, and notification user-facing filters updated for the above behavior.
## [4.6.2] - 2026-05-10

diff --git a/README.md b/README.md
index 4e3efc5b..32773eb9 100644
--- a/README.md
+++ b/README.md
@@ -427,7 +427,7 @@ task build:all
## Versioning
-Current version in this repo is `4.6.3`.
+Current version in this repo is `4.7.0`.
- **`package.json`** `version` is the only value you edit for a release bump.
- Run **`pnpm run version:sync`** (also run at the start of **`pnpm run build`**) to propagate that version into **`pyproject.toml`**, **`meshchatx/src/version.py`**, **`THIRD_PARTY_NOTICES.txt`** (product line), **README** / **lang/README.\*** “current version” lines, **`docs/meshchatx_on_raspberry_pi.md`** pipx example, and **`packaging/arch/PKGBUILD`** helpers.

diff --git a/android/app/build.gradle b/android/app/build.gradle
index 46238624..117416e4 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -46,8 +46,8 @@ android {
applicationId "com.meshchatx"
minSdk 24
targetSdk 35
- versionCode 46003
- versionName "4.6.3"
+ versionCode 47000
+ versionName "4.7.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {

diff --git a/docs/meshchatx_on_raspberry_pi.md b/docs/meshchatx_on_raspberry_pi.md
index 992168c0..fb7d56d2 100644
--- a/docs/meshchatx_on_raspberry_pi.md
+++ b/docs/meshchatx_on_raspberry_pi.md
@@ -61,17 +61,17 @@ source ~/.profile
## 3) Install MeshChatX with pipx (recommended)
-Preferred option (recommended): install from a release wheel (4.6.3 or newer),
+Preferred option (recommended): install from a release wheel (4.7.0 or newer),
because the wheel bundles frontend assets.
```bash
pipx install /path/to/reticulum_meshchatx-<version>-py3-none-any.whl
```
-Direct example (v4.6.3):
+Direct example (v4.7.0):
```bash
-pipx install "https://github.com/Quad4-Software/MeshChatX/releases/download/v4.6.3/reticulum_meshchatx-4.6.3-py3-none-any.whl"
+pipx install "https://github.com/Quad4-Software/MeshChatX/releases/download/v4.7.0/reticulum_meshchatx-4.7.0-py3-none-any.whl"
```
`py3-none-any` wheels are architecture-independent, so the same wheel artifact
@@ -93,7 +93,7 @@ cd ~/meshchatx
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
-python -m pip install "https://github.com/Quad4-Software/MeshChatX/releases/download/v4.6.3/reticulum_meshchatx-4.6.3-py3-none-any.whl"
+python -m pip install "https://github.com/Quad4-Software/MeshChatX/releases/download/v4.7.0/reticulum_meshchatx-4.7.0-py3-none-any.whl"
```
Run command in venv mode:

diff --git a/lang/README.de.md b/lang/README.de.md
index fa25832d..ebb787b7 100644
--- a/lang/README.de.md
+++ b/lang/README.de.md
@@ -345,7 +345,7 @@ task build:all
## Versionierung
-Aktuelle Version in diesem Repository: `4.6.3`.
+Aktuelle Version in diesem Repository: `4.7.0`.
- Fuer Release-Bumps bearbeiten Sie **nur** `version` in **`package.json`**.
- **`pnpm run version:sync`** (wird auch zu Beginn von **`pnpm run build`** ausgefuehrt) verbreitet diese Version in **`pyproject.toml`**, **`meshchatx/src/version.py`**, **`THIRD_PARTY_NOTICES.txt`** (Produktzeile), **README** / **lang/README.\*** (Zeilen mit aktueller Version), **`docs/meshchatx_on_raspberry_pi.md`** (pipx-Beispiel) und Hilfsfelder in **`packaging/arch/PKGBUILD`**.

diff --git a/lang/README.it.md b/lang/README.it.md
index 876598b4..83d75a15 100644
--- a/lang/README.it.md
+++ b/lang/README.it.md
@@ -345,7 +345,7 @@ Scorciatoie `Makefile`:
## Versionamento
-Versione attuale nel repository: `4.6.3`.
+Versione attuale nel repository: `4.7.0`.
- L'unico valore che modifichi per un bump di release e **`version` in `package.json`**.
- Esegui **`pnpm run version:sync`** (all'inizio anche di **`pnpm run build`**) per propagare in **`pyproject.toml`**, **`meshchatx/src/version.py`**, **`THIRD_PARTY_NOTICES.txt`** (riga prodotto), **README** / **lang/README.\*** (righe "versione attuale"), **esempio pipx in `docs/meshchatx_on_raspberry_pi.md`**, e aiuti in **`packaging/arch/PKGBUILD`**.

diff --git a/lang/README.ja.md b/lang/README.ja.md
index d6eba932..6c27e734 100644
--- a/lang/README.ja.md
+++ b/lang/README.ja.md
@@ -345,7 +345,7 @@ task build:all
## バージョン管理
-このリポジトリの現在のバージョンは `4.6.3` です。
+このリポジトリの現在のバージョンは `4.7.0` です。
- リリースのバージョン上げは **`package.json` の `version` のみ**編集します。
- **`pnpm run version:sync`**(**`pnpm run build`** 開始時にも実行)で、**`pyproject.toml`**、**`meshchatx/src/version.py`**、**`THIRD_PARTY_NOTICES.txt`**(製品行)、**README** / **lang/README.\***(現在のバージョン行)、**`docs/meshchatx_on_raspberry_pi.md`** の pipx 例、**`packaging/arch/PKGBUILD`** の補助フィールドに反映します。

diff --git a/lang/README.ru.md b/lang/README.ru.md
index 98157ced..6f4080c8 100644
--- a/lang/README.ru.md
+++ b/lang/README.ru.md
@@ -345,7 +345,7 @@ task build:all
## Версионирование
-Текущая версия в репозитории: `4.6.3`.
+Текущая версия в репозитории: `4.7.0`.
- Редактируйте для релизного бампа **только** поле `version` в **`package.json`**.
- Команда **`pnpm run version:sync`** (также в начале **`pnpm run build`**) распространяет эту версию в **`pyproject.toml`**, **`meshchatx/src/version.py`**, **`THIRD_PARTY_NOTICES.txt`** (строка продукта), **README** / **lang/README.\*** (строки «текущая версия»), **`docs/meshchatx_on_raspberry_pi.md`** (пример pipx) и вспомогательные поля **`packaging/arch/PKGBUILD`**.

diff --git a/lang/README.zh.md b/lang/README.zh.md
index 414771b1..ac0d6a3b 100644
--- a/lang/README.zh.md
+++ b/lang/README.zh.md
@@ -345,7 +345,7 @@ task build:all
## 版本管理
-本仓库当前版本: `4.6.3`。
+本仓库当前版本: `4.7.0`。
- 发布版本号**只**改 **`package.json` 的 `version`**。
- 运行 **`pnpm run version:sync`**(在 **`pnpm run build`** 开头也会执行)可将该版本同步到 **`pyproject.toml`**、**`meshchatx/src/version.py`**、**`THIRD_PARTY_NOTICES.txt`**(产品行)、**README** / **lang/README.\*** 中的“当前版本”行、**`docs/meshchatx_on_raspberry_pi.md`** 的 pipx 示例,以及 **`packaging/arch/PKGBUILD`** 的辅助字段。

diff --git a/meshchatx/__init__.py b/meshchatx/__init__.py
index 13ad5ea0..adb170af 100644
--- a/meshchatx/__init__.py
+++ b/meshchatx/__init__.py
@@ -3,4 +3,4 @@
"""Reticulum MeshChatX - A mesh network communications app."""
# Synced from package.json via scripts/sync_version.js (also writes meshchatx/src/version.py).
-__version__ = "4.6.3"
+__version__ = "4.7.0"
\ No newline at end of file

diff --git a/meshchatx/src/backend/data/THIRD_PARTY_NOTICES.txt b/meshchatx/src/backend/data/THIRD_PARTY_NOTICES.txt
index 2ad65e9b..7fb80a40 100644
--- a/meshchatx/src/backend/data/THIRD_PARTY_NOTICES.txt
+++ b/meshchatx/src/backend/data/THIRD_PARTY_NOTICES.txt
@@ -1,5 +1,5 @@
Reticulum MeshChatX - Third-party notices
-Generated at: 2026-05-30T16:44:06.420973Z
+Generated at: 2026-06-01T13:12:07.233603Z
Frontend source: pnpm
Python dependencies
@@ -46,7 +46,7 @@ idna 3.13
jaraco.context 6.1.2
License: MIT
Author: "Jason R. Coombs" <jaraco@jaraco.com>
-lxmf 1.0.0
+lxmf 1.0.1
License: Reticulum License
Author: Mark Qvist
lxmfy 1.6.2
@@ -82,10 +82,10 @@ pycparser 3.0
pyserial 3.5
License: BSD
Author: Chris Liechti
-reticulum-meshchatx 4.6.3
+reticulum-meshchatx 4.7.0
License: 0BSD AND MIT
Author: Quad4
-rns 1.3.4
+rns 1.3.5
License: Reticulum License
Author: Mark Qvist
websockets 16.0

diff --git a/meshchatx/src/backend/data/licenses_frontend.json b/meshchatx/src/backend/data/licenses_frontend.json
index 02277d89..16c6d8e7 100644
--- a/meshchatx/src/backend/data/licenses_frontend.json
+++ b/meshchatx/src/backend/data/licenses_frontend.json
@@ -1,5030 +1,5030 @@
[
- {
- "name": "7zip-bin",
- "version": "5.2.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@aashutoshrathi/word-wrap",
- "version": "1.2.6",
- "author": "Jon Schlinkert",
- "license": "MIT"
- },
- {
- "name": "@asamuzakjp/css-color",
- "version": "5.1.11",
- "author": "asamuzaK",
- "license": "MIT"
- },
- {
- "name": "@asamuzakjp/dom-selector",
- "version": "7.1.1",
- "author": "asamuzaK",
- "license": "MIT"
- },
- {
- "name": "@asamuzakjp/generational-cache",
- "version": "1.0.1",
- "author": "asamuzaK",
- "license": "MIT"
- },
- {
- "name": "@asamuzakjp/nwsapi",
- "version": "2.3.9",
- "author": "Diego Perini",
- "license": "MIT"
- },
- {
- "name": "@babel/helper-string-parser",
- "version": "7.27.1",
- "author": "The Babel Team",
- "license": "MIT"
- },
- {
- "name": "@babel/helper-validator-identifier",
- "version": "7.28.5",
- "author": "The Babel Team",
- "license": "MIT"
- },
- {
- "name": "@babel/parser",
- "version": "7.29.2",
- "author": "The Babel Team",
- "license": "MIT"
- },
- {
- "name": "@babel/types",
- "version": "7.29.0",
- "author": "The Babel Team",
- "license": "MIT"
- },
- {
- "name": "@bcoe/v8-coverage",
- "version": "1.0.2",
- "author": "Charles Samborski",
- "license": "MIT"
- },
- {
- "name": "@bramus/specificity",
- "version": "2.4.2",
- "author": "Bramus Van Damme",
- "license": "MIT"
- },
- {
- "name": "@csstools/color-helpers",
- "version": "6.0.2",
- "author": "—",
- "license": "MIT-0"
- },
- {
- "name": "@csstools/css-calc",
- "version": "3.2.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@csstools/css-color-parser",
- "version": "4.1.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@csstools/css-parser-algorithms",
- "version": "4.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@csstools/css-syntax-patches-for-csstree",
- "version": "1.1.3",
- "author": "—",
- "license": "MIT-0"
- },
- {
- "name": "@csstools/css-tokenizer",
- "version": "4.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@develar/schema-utils",
- "version": "2.6.5",
- "author": "webpack Contrib",
- "license": "MIT"
- },
- {
- "name": "@egjs/hammerjs",
- "version": "2.0.17",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/cli",
- "version": "7.11.1",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/core",
- "version": "7.11.1",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/core-utils",
- "version": "7.11.1",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/maker-base",
- "version": "7.11.1",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/maker-deb",
- "version": "7.11.1",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/maker-flatpak",
- "version": "7.11.1",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/maker-rpm",
- "version": "7.11.1",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/maker-snap",
- "version": "7.11.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/maker-squirrel",
- "version": "7.11.1",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/maker-zip",
- "version": "7.11.1",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/plugin-auto-unpack-natives",
- "version": "7.11.1",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/plugin-base",
- "version": "7.11.1",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/plugin-fuses",
- "version": "7.11.1",
- "author": "Erik Moura",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/publisher-base",
- "version": "7.11.1",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/shared-types",
- "version": "7.11.1",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/template-base",
- "version": "7.11.1",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/template-vite",
- "version": "7.11.1",
- "author": "caoxiemeihao",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/template-vite-typescript",
- "version": "7.11.1",
- "author": "caoxiemeihao",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/template-webpack",
- "version": "7.11.1",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/template-webpack-typescript",
- "version": "7.11.1",
- "author": "Shelley Vohr",
- "license": "MIT"
- },
- {
- "name": "@electron-forge/tracer",
- "version": "7.11.1",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron/asar",
- "version": "3.2.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@electron/fuses",
- "version": "1.8.0",
- "author": "Electron Community",
- "license": "MIT"
- },
- {
- "name": "@electron/get",
- "version": "2.0.0",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron/node-gyp",
- "version": "10.2.0-electron.1",
- "author": "Nathan Rajlich",
- "license": "MIT"
- },
- {
- "name": "@electron/notarize",
- "version": "2.5.0",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron/osx-sign",
- "version": "1.3.3",
- "author": "electron",
- "license": "BSD-2-Clause"
- },
- {
- "name": "@electron/packager",
- "version": "18.3.5",
- "author": "Mark Lee",
- "license": "BSD-2-Clause"
- },
- {
- "name": "@electron/rebuild",
- "version": "3.7.2",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@electron/universal",
- "version": "2.0.3",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "@electron/windows-sign",
- "version": "1.0.0",
- "author": "Felix Rieseberg",
- "license": "BSD-2-Clause"
- },
- {
- "name": "@epic-web/invariant",
- "version": "1.0.0",
- "author": "Kent C. Dodds",
- "license": "MIT"
- },
- {
- "name": "@eslint-community/eslint-utils",
- "version": "4.4.0",
- "author": "Toru Nagashima",
- "license": "MIT"
- },
- {
- "name": "@eslint-community/regexpp",
- "version": "4.12.1",
- "author": "Toru Nagashima",
- "license": "MIT"
- },
- {
- "name": "@eslint/config-array",
- "version": "0.21.2",
- "author": "Nicholas C. Zakas",
- "license": "Apache-2.0"
- },
- {
- "name": "@eslint/config-helpers",
- "version": "0.4.2",
- "author": "—",
- "license": "Apache-2.0"
- },
- {
- "name": "@eslint/core",
- "version": "0.17.0",
- "author": "Nicholas C. Zakas",
- "license": "Apache-2.0"
- },
- {
- "name": "@eslint/eslintrc",
- "version": "3.3.5",
- "author": "Nicholas C. Zakas",
- "license": "MIT"
- },
- {
- "name": "@eslint/js",
- "version": "9.39.4",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@eslint/object-schema",
- "version": "2.1.7",
- "author": "Nicholas C. Zakas",
- "license": "Apache-2.0"
- },
- {
- "name": "@eslint/plugin-kit",
- "version": "0.4.1",
- "author": "Nicholas C. Zakas",
- "license": "Apache-2.0"
- },
- {
- "name": "@exodus/bytes",
- "version": "1.15.1",
- "author": "Exodus Movement, Inc.",
- "license": "MIT"
- },
- {
- "name": "@fontsource/noto-sans",
- "version": "5.2.10",
- "author": "Google Inc.",
- "license": "OFL-1.1"
- },
- {
- "name": "@gar/promisify",
- "version": "1.1.3",
- "author": "Gar",
- "license": "MIT"
- },
- {
- "name": "@humanfs/core",
- "version": "0.19.1",
- "author": "Nicholas C. Zakas",
- "license": "Apache-2.0"
- },
- {
- "name": "@humanfs/node",
- "version": "0.16.6",
- "author": "Nicholas C. Zakas",
- "license": "Apache-2.0"
- },
- {
- "name": "@humanwhocodes/module-importer",
- "version": "1.0.1",
- "author": "Nicholas C. Zaks",
- "license": "Apache-2.0"
- },
- {
- "name": "@humanwhocodes/retry",
- "version": "0.3.0",
- "author": "Nicholas C. Zaks",
- "license": "Apache-2.0"
- },
- {
- "name": "@inquirer/checkbox",
- "version": "3.0.1",
- "author": "Simon Boudrias",
- "license": "MIT"
- },
- {
- "name": "@inquirer/confirm",
- "version": "4.0.1",
- "author": "Simon Boudrias",
- "license": "MIT"
- },
- {
- "name": "@inquirer/core",
- "version": "9.2.1",
- "author": "Simon Boudrias",
- "license": "MIT"
- },
- {
- "name": "@inquirer/editor",
- "version": "3.0.1",
- "author": "Simon Boudrias",
- "license": "MIT"
- },
- {
- "name": "@inquirer/expand",
- "version": "3.0.1",
- "author": "Simon Boudrias",
- "license": "MIT"
- },
- {
- "name": "@inquirer/figures",
- "version": "1.0.6",
- "author": "Simon Boudrias",
- "license": "MIT"
- },
- {
- "name": "@inquirer/input",
- "version": "3.0.1",
- "author": "Simon Boudrias",
- "license": "MIT"
- },
- {
- "name": "@inquirer/number",
- "version": "2.0.1",
- "author": "Simon Boudrias",
- "license": "MIT"
- },
- {
- "name": "@inquirer/password",
- "version": "3.0.1",
- "author": "Simon Boudrias",
- "license": "MIT"
- },
- {
- "name": "@inquirer/prompts",
- "version": "6.0.1",
- "author": "Simon Boudrias",
- "license": "MIT"
- },
- {
- "name": "@inquirer/rawlist",
- "version": "3.0.1",
- "author": "Simon Boudrias",
- "license": "MIT"
- },
- {
- "name": "@inquirer/search",
- "version": "2.0.1",
- "author": "Simon Boudrias",
- "license": "MIT"
- },
- {
- "name": "@inquirer/select",
- "version": "3.0.1",
- "author": "Simon Boudrias",
- "license": "MIT"
- },
- {
- "name": "@inquirer/type",
- "version": "1.5.5",
- "author": "Simon Boudrias",
- "license": "MIT"
- },
- {
- "name": "@intlify/core-base",
- "version": "11.4.0",
- "author": "kazuya kawaguchi",
- "license": "MIT"
- },
- {
- "name": "@intlify/devtools-types",
- "version": "11.4.0",
- "author": "kazuya kawaguchi",
- "license": "MIT"
- },
- {
- "name": "@intlify/message-compiler",
- "version": "11.4.0",
- "author": "kazuya kawaguchi",
- "license": "MIT"
- },
- {
- "name": "@intlify/shared",
- "version": "11.4.0",
- "author": "kazuya kawaguchi",
- "license": "MIT"
- },
- {
- "name": "@isaacs/fs-minipass",
- "version": "4.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "@jridgewell/gen-mapping",
- "version": "0.3.5",
- "author": "Justin Ridgewell",
- "license": "MIT"
- },
- {
- "name": "@jridgewell/remapping",
- "version": "2.3.5",
- "author": "Justin Ridgewell",
- "license": "MIT"
- },
- {
- "name": "@jridgewell/resolve-uri",
- "version": "3.0.3",
- "author": "Justin Ridgewell",
- "license": "MIT"
- },
- {
- "name": "@jridgewell/set-array",
- "version": "1.2.1",
- "author": "Justin Ridgewell",
- "license": "MIT"
- },
- {
- "name": "@jridgewell/source-map",
- "version": "0.3.3",
- "author": "Justin Ridgewell",
- "license": "MIT"
- },
- {
- "name": "@jridgewell/sourcemap-codec",
- "version": "1.4.10",
- "author": "Justin Ridgewell",
- "license": "MIT"
- },
- {
- "name": "@jridgewell/trace-mapping",
- "version": "0.3.9",
- "author": "Justin Ridgewell",
- "license": "MIT"
- },
- {
- "name": "@listr2/prompt-adapter-inquirer",
- "version": "2.0.22",
- "author": "Cenk Kilic",
- "license": "MIT"
- },
- {
- "name": "@malept/cross-spawn-promise",
- "version": "1.0.0",
- "author": "Mark Lee",
- "license": "Apache-2.0"
- },
- {
- "name": "@malept/electron-installer-flatpak",
- "version": "0.11.4",
- "author": "Matt Watson",
- "license": "MIT"
- },
- {
- "name": "@malept/flatpak-bundler",
- "version": "0.4.0",
- "author": "Matt Watson",
- "license": "MIT"
- },
- {
- "name": "@mapbox/jsonlint-lines-primitives",
- "version": "2.0.2",
- "author": "Zach Carter",
- "license": "Unknown"
- },
- {
- "name": "@mapbox/unitbezier",
- "version": "0.0.1",
- "author": "—",
- "license": "BSD-2-Clause"
- },
- {
- "name": "@maplibre/maplibre-gl-style-spec",
- "version": "24.4.1",
- "author": "MapLibre",
- "license": "ISC"
- },
- {
- "name": "@mdi/font",
- "version": "7.4.47",
- "author": "Austin Andrews",
- "license": "Apache-2.0"
- },
- {
- "name": "@mdi/js",
- "version": "7.4.47",
- "author": "Austin Andrews",
- "license": "Apache-2.0"
- },
- {
- "name": "@nodelib/fs.scandir",
- "version": "2.1.2",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@nodelib/fs.stat",
- "version": "2.0.2",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@nodelib/fs.walk",
- "version": "1.2.3",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@npmcli/agent",
- "version": "3.0.0",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "@npmcli/fs",
- "version": "2.1.2",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "@npmcli/move-file",
- "version": "2.0.1",
- "author": "GitHub Inc.",
- "license": "MIT"
- },
- {
- "name": "@one-ini/wasm",
- "version": "0.1.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@oxc-project/types",
- "version": "0.127.0",
- "author": "Boshen and oxc contributors",
- "license": "MIT"
- },
- {
- "name": "@petamoriken/float16",
- "version": "3.9.3",
- "author": "Kenta Moriuchi",
- "license": "MIT"
- },
- {
- "name": "@pkgjs/parseargs",
- "version": "0.11.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@pkgr/core",
- "version": "0.2.9",
- "author": "JounQin",
- "license": "MIT"
- },
- {
- "name": "@playwright/test",
- "version": "1.59.1",
- "author": "Microsoft Corporation",
- "license": "Apache-2.0"
- },
- {
- "name": "@polka/url",
- "version": "1.0.0-next.24",
- "author": "Luke Edwards",
- "license": "MIT"
- },
- {
- "name": "@rolldown/binding-linux-x64-gnu",
- "version": "1.0.0-rc.17",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@rolldown/pluginutils",
- "version": "1.0.0-rc.13",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@sindresorhus/is",
- "version": "3.1.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "@standard-schema/spec",
- "version": "1.1.0",
- "author": "Colin McDonnell",
- "license": "MIT"
- },
- {
- "name": "@szmarczak/http-timer",
- "version": "4.0.5",
- "author": "Szymon Marczak",
- "license": "MIT"
- },
- {
- "name": "@tailwindcss/forms",
- "version": "0.5.11",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@tailwindcss/node",
- "version": "4.2.4",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@tailwindcss/oxide",
- "version": "4.2.4",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@tailwindcss/oxide-linux-x64-gnu",
- "version": "4.2.4",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@tailwindcss/vite",
- "version": "4.2.4",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@tanstack/virtual-core",
- "version": "3.14.0",
- "author": "Tanner Linsley",
- "license": "MIT"
- },
- {
- "name": "@tanstack/vue-virtual",
- "version": "3.13.24",
- "author": "Tanner Linsley",
- "license": "MIT"
- },
- {
- "name": "@tootallnate/once",
- "version": "3.0.1",
- "author": "Nathan Rajlich",
- "license": "MIT"
- },
- {
- "name": "@types/cacheable-request",
- "version": "6.0.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/chai",
- "version": "5.2.2",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/debug",
- "version": "4.1.6",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/deep-eql",
- "version": "4.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/eslint",
- "version": "4.16.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/eslint-scope",
- "version": "3.7.3",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/estree",
- "version": "0.0.51",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/events",
- "version": "3.0.3",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/fs-extra",
- "version": "9.0.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/glob",
- "version": "7.1.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/hammerjs",
- "version": "2.0.46",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/http-cache-semantics",
- "version": "4.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/json-schema",
- "version": "4.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/keyv",
- "version": "3.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/minimatch",
- "version": "6.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/mute-stream",
- "version": "0.0.4",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/node",
- "version": "0.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/rbush",
- "version": "4.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/responselike",
- "version": "1.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/trusted-types",
- "version": "2.0.7",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/wrap-ansi",
- "version": "3.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@types/yauzl",
- "version": "2.9.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@vitejs/plugin-vue",
- "version": "6.0.6",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vitest/coverage-v8",
- "version": "4.1.5",
- "author": "Anthony Fu",
- "license": "MIT"
- },
- {
- "name": "@vitest/expect",
- "version": "4.1.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@vitest/mocker",
- "version": "4.1.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@vitest/pretty-format",
- "version": "4.1.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@vitest/runner",
- "version": "4.1.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@vitest/snapshot",
- "version": "4.1.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@vitest/spy",
- "version": "4.1.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@vitest/ui",
- "version": "4.1.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@vitest/utils",
- "version": "4.1.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@vscode/sudo-prompt",
- "version": "9.3.1",
- "author": "Joran Dirk Greef",
- "license": "MIT"
- },
- {
- "name": "@vue/compiler-core",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vue/compiler-dom",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vue/compiler-sfc",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vue/compiler-ssr",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vue/devtools-api",
- "version": "6.5.0",
- "author": "Guillaume Chau",
- "license": "MIT"
- },
- {
- "name": "@vue/reactivity",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vue/runtime-core",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vue/runtime-dom",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vue/server-renderer",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vue/shared",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "@vue/test-utils",
- "version": "2.4.10",
- "author": "Lachlan Miller",
- "license": "MIT"
- },
- {
- "name": "@vuetify/loader-shared",
- "version": "2.1.2",
- "author": "Kael Watts-Deuchar",
- "license": "MIT"
- },
- {
- "name": "@webassemblyjs/ast",
- "version": "1.11.1",
- "author": "Sven Sauleau",
- "license": "MIT"
- },
- {
- "name": "@webassemblyjs/floating-point-hex-parser",
- "version": "1.11.1",
- "author": "Mauro Bringolf",
- "license": "MIT"
- },
- {
- "name": "@webassemblyjs/helper-api-error",
- "version": "1.11.1",
- "author": "Sven Sauleau",
- "license": "MIT"
- },
- {
- "name": "@webassemblyjs/helper-buffer",
- "version": "1.11.1",
- "author": "Sven Sauleau",
- "license": "MIT"
- },
- {
- "name": "@webassemblyjs/helper-numbers",
- "version": "1.11.1",
- "author": "Sven Sauleau",
- "license": "MIT"
- },
- {
- "name": "@webassemblyjs/helper-wasm-bytecode",
- "version": "1.11.1",
- "author": "Sven Sauleau",
- "license": "MIT"
- },
- {
- "name": "@webassemblyjs/helper-wasm-section",
- "version": "1.11.1",
- "author": "Sven Sauleau",
- "license": "MIT"
- },
- {
- "name": "@webassemblyjs/ieee754",
- "version": "1.11.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@webassemblyjs/leb128",
- "version": "1.11.1",
- "author": "—",
- "license": "Apache-2.0"
- },
- {
- "name": "@webassemblyjs/utf8",
- "version": "1.11.1",
- "author": "Sven Sauleau",
- "license": "MIT"
- },
- {
- "name": "@webassemblyjs/wasm-edit",
- "version": "1.11.1",
- "author": "Sven Sauleau",
- "license": "MIT"
- },
- {
- "name": "@webassemblyjs/wasm-gen",
- "version": "1.11.1",
- "author": "Sven Sauleau",
- "license": "MIT"
- },
- {
- "name": "@webassemblyjs/wasm-opt",
- "version": "1.11.1",
- "author": "Sven Sauleau",
- "license": "MIT"
- },
- {
- "name": "@webassemblyjs/wasm-parser",
- "version": "1.11.1",
- "author": "Sven Sauleau",
- "license": "MIT"
- },
- {
- "name": "@webassemblyjs/wast-printer",
- "version": "1.11.1",
- "author": "Sven Sauleau",
- "license": "MIT"
- },
- {
- "name": "@xmldom/xmldom",
- "version": "0.8.13",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "@xtuc/ieee754",
- "version": "1.2.0",
- "author": "Feross Aboukhadijeh",
- "license": "BSD-3-Clause"
- },
- {
- "name": "@xtuc/long",
- "version": "4.2.2",
- "author": "Daniel Wirtz",
- "license": "Apache-2.0"
- },
- {
- "name": "@zarrita/storage",
- "version": "0.2.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "abbrev",
- "version": "2.0.0",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "abbrev",
- "version": "1.0.3",
- "author": "Isaac Z. Schlueter",
- "license": "Unknown"
- },
- {
- "name": "acorn",
- "version": "1.0.3",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "acorn-import-assertions",
- "version": "1.9.0",
- "author": "Sven Sauleau",
- "license": "MIT"
- },
- {
- "name": "acorn-jsx",
- "version": "5.3.2",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "agent-base",
- "version": "6.0.2",
- "author": "Nathan Rajlich",
- "license": "MIT"
- },
- {
- "name": "agentkeepalive",
- "version": "4.6.0",
- "author": "fengmk2",
- "license": "MIT"
- },
- {
- "name": "aggregate-error",
- "version": "3.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "ajv",
- "version": "6.12.0",
- "author": "Evgeny Poberezkin",
- "license": "MIT"
- },
- {
- "name": "ajv-keywords",
- "version": "3.5.2",
- "author": "Evgeny Poberezkin",
- "license": "MIT"
- },
- {
- "name": "ansi-escapes",
- "version": "4.3.2",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "ansi-regex",
- "version": "5.0.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "ansi-styles",
- "version": "4.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "app-builder-bin",
- "version": "5.0.0-alpha.12",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "app-builder-lib",
- "version": "26.8.1",
- "author": "Vladimir Krivosheev",
- "license": "MIT"
- },
- {
- "name": "argparse",
- "version": "1.0.10",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "argparse",
- "version": "2.0.1",
- "author": "—",
- "license": "Python-2.0"
- },
- {
- "name": "array-buffer-byte-length",
- "version": "1.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "arraybuffer.prototype.slice",
- "version": "1.0.4",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "asar",
- "version": "3.2.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "ast-types",
- "version": "0.8.15",
- "author": "Ben Newman",
- "license": "MIT"
- },
- {
- "name": "ast-v8-to-istanbul",
- "version": "1.0.0",
- "author": "Ari Perkkiö",
- "license": "MIT"
- },
- {
- "name": "async",
- "version": "3.2.3",
- "author": "Caolan McMahon",
- "license": "MIT"
- },
- {
- "name": "async-exit-hook",
- "version": "2.0.1",
- "author": "Tapani Moilanen",
- "license": "MIT"
- },
- {
- "name": "async-function",
- "version": "1.0.0",
- "author": "Jordan Harbamd",
- "license": "MIT"
- },
- {
- "name": "asynckit",
- "version": "0.4.0",
- "author": "Alex Indigo",
- "license": "MIT"
- },
- {
- "name": "at-least-node",
- "version": "1.0.0",
- "author": "Ryan Zimmerman",
- "license": "ISC"
- },
- {
- "name": "author-regex",
- "version": "1.0.0",
- "author": "Jon Schlinkert",
- "license": "MIT"
- },
- {
- "name": "available-typed-arrays",
- "version": "1.0.7",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "balanced-match",
- "version": "0.4.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "base64-js",
- "version": "1.5.1",
- "author": "T. Jameson Little",
- "license": "MIT"
- },
- {
- "name": "bidi-js",
- "version": "1.0.3",
- "author": "Jason Johnston",
- "license": "MIT"
- },
- {
- "name": "bluebird",
- "version": "3.1.1",
- "author": "Petka Antonov",
- "license": "MIT"
- },
- {
- "name": "blueimp-canvas-to-blob",
- "version": "3.29.0",
- "author": "Sebastian Tschan",
- "license": "MIT"
- },
- {
- "name": "boolbase",
- "version": "1.0.0",
- "author": "Felix Boehm",
- "license": "ISC"
- },
- {
- "name": "boolean",
- "version": "3.2.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "brace-expansion",
- "version": "1.1.7",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "braces",
- "version": "3.0.1",
- "author": "Jon Schlinkert",
- "license": "MIT"
- },
- {
- "name": "browserslist",
- "version": "4.14.5",
- "author": "Andrey Sitnik",
- "license": "MIT"
- },
- {
- "name": "buffer-crc32",
- "version": "0.2.3",
- "author": "Brian J. Brennan",
- "license": "Unknown"
- },
- {
- "name": "buffer-from",
- "version": "1.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "builder-util",
- "version": "26.8.1",
- "author": "Vladimir Krivosheev",
- "license": "MIT"
- },
- {
- "name": "builder-util-runtime",
- "version": "9.5.1",
- "author": "Vladimir Krivosheev",
- "license": "MIT"
- },
- {
- "name": "cacache",
- "version": "16.1.3",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "cacheable-lookup",
- "version": "5.0.3",
- "author": "Szymon Marczak",
- "license": "MIT"
- },
- {
- "name": "cacheable-request",
- "version": "7.0.1",
- "author": "Luke Childs",
- "license": "MIT"
- },
- {
- "name": "call-bind",
- "version": "1.0.9",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "call-bind-apply-helpers",
- "version": "1.0.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "call-bound",
- "version": "1.0.4",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "callsites",
- "version": "3.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "camelcase",
- "version": "5.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "caniuse-lite",
- "version": "1.0.30001135",
- "author": "Ben Briggs",
- "license": "CC-BY-4.0"
- },
- {
- "name": "chai",
- "version": "6.2.2",
- "author": "Jake Luer",
- "license": "MIT"
- },
- {
- "name": "chalk",
- "version": "4.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "chardet",
- "version": "0.7.0",
- "author": "Dmitry Shirokov",
- "license": "MIT"
- },
- {
- "name": "chownr",
- "version": "2.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "chownr",
- "version": "3.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "chrome-trace-event",
- "version": "1.0.2",
- "author": "Trent Mick, Sam Saccone",
- "license": "MIT"
- },
- {
- "name": "chromium-pickle-js",
- "version": "0.2.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "ci-info",
- "version": "4.3.1",
- "author": "Thomas Watson Steen",
- "license": "MIT"
- },
- {
- "name": "clean-stack",
- "version": "2.2.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "cli-cursor",
- "version": "3.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "cli-spinners",
- "version": "2.4.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "cli-table3",
- "version": "0.5.1",
- "author": "James Talmage",
- "license": "MIT"
- },
- {
- "name": "cli-truncate",
- "version": "3.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "cli-width",
- "version": "4.1.0",
- "author": "Ilya Radchenko",
- "license": "ISC"
- },
- {
- "name": "click-outside-vue3",
- "version": "4.0.1",
- "author": "ndelvalle",
- "license": "MIT"
- },
- {
- "name": "cliui",
- "version": "4.0.0",
- "author": "Ben Coe",
- "license": "ISC"
- },
- {
- "name": "clone",
- "version": "1.0.2",
- "author": "Paul Vorbach",
- "license": "MIT"
- },
- {
- "name": "clone-response",
- "version": "1.0.2",
- "author": "Luke Childs",
- "license": "MIT"
- },
- {
- "name": "code-point-at",
- "version": "1.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "color-convert",
- "version": "2.0.0",
- "author": "Heather Arthur",
- "license": "MIT"
- },
- {
- "name": "color-name",
- "version": "1.1.4",
- "author": "DY",
- "license": "MIT"
- },
- {
- "name": "colorette",
- "version": "2.0.20",
- "author": "Jorge Bucaran",
- "license": "MIT"
- },
- {
- "name": "colors",
- "version": "1.4.0",
- "author": "Marak Squires",
- "license": "MIT"
- },
- {
- "name": "combined-stream",
- "version": "1.0.8",
- "author": "Felix Geisendörfer",
- "license": "MIT"
- },
- {
- "name": "commander",
- "version": "2.20.0",
- "author": "TJ Holowaychuk",
- "license": "MIT"
- },
- {
- "name": "compare-version",
- "version": "0.1.2",
- "author": "Kevin Mårtensson",
- "license": "MIT"
- },
- {
- "name": "component-emitter",
- "version": "2.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "compressorjs",
- "version": "1.3.0",
- "author": "Chen Fengyuan",
- "license": "MIT"
- },
- {
- "name": "concat-map",
- "version": "0.0.1",
- "author": "James Halliday",
- "license": "MIT"
- },
- {
- "name": "config-chain",
- "version": "1.1.11",
- "author": "Dominic Tarr",
- "license": "MIT"
- },
- {
- "name": "convert-source-map",
- "version": "2.0.0",
- "author": "Thorsten Lorenz",
- "license": "MIT"
- },
- {
- "name": "core-util-is",
- "version": "1.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "MIT"
- },
- {
- "name": "cross-dirname",
- "version": "0.1.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "cross-env",
- "version": "10.1.0",
- "author": "Kent C. Dodds",
- "license": "MIT"
- },
- {
- "name": "cross-spawn",
- "version": "6.0.0",
- "author": "André Cruz",
- "license": "MIT"
- },
- {
- "name": "cross-zip",
- "version": "4.0.0",
- "author": "Feross Aboukhadijeh",
- "license": "MIT"
- },
- {
- "name": "css-tree",
- "version": "3.2.1",
- "author": "Roman Dvornov",
- "license": "MIT"
- },
- {
- "name": "cssesc",
- "version": "3.0.0",
- "author": "Mathias Bynens",
- "license": "MIT"
- },
- {
- "name": "csstype",
- "version": "3.2.3",
- "author": "Fredrik Nicol",
- "license": "MIT"
- },
- {
- "name": "data-urls",
- "version": "7.0.0",
- "author": "Domenic Denicola",
- "license": "MIT"
- },
- {
- "name": "data-view-buffer",
- "version": "1.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "data-view-byte-length",
- "version": "1.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "data-view-byte-offset",
- "version": "1.0.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "dayjs",
- "version": "1.11.20",
- "author": "iamkun",
- "license": "MIT"
- },
- {
- "name": "debug",
- "version": "2.2.0",
- "author": "Josh Junon",
- "license": "MIT"
- },
- {
- "name": "decamelize",
- "version": "1.2.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "decimal.js",
- "version": "10.6.0",
- "author": "Michael Mclaughlin",
- "license": "MIT"
- },
- {
- "name": "decompress-response",
- "version": "6.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "deep-is",
- "version": "0.1.3",
- "author": "Thorsten Lorenz",
- "license": "MIT"
- },
- {
- "name": "defaults",
- "version": "1.0.3",
- "author": "Elijah Insua",
- "license": "MIT"
- },
- {
- "name": "defer-to-connect",
- "version": "2.0.0",
- "author": "Szymon Marczak",
- "license": "MIT"
- },
- {
- "name": "define-data-property",
- "version": "1.1.4",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "define-properties",
- "version": "1.1.3",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "delayed-stream",
- "version": "1.0.0",
- "author": "Felix Geisendörfer",
- "license": "MIT"
- },
- {
- "name": "detect-libc",
- "version": "2.0.1",
- "author": "Lovell Fuller",
- "license": "Apache-2.0"
- },
- {
- "name": "detect-node",
- "version": "2.0.4",
- "author": "Ilya Kantor",
- "license": "ISC"
- },
- {
- "name": "dijkstrajs",
- "version": "1.0.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "dir-compare",
- "version": "4.2.0",
- "author": "Liviu Grigorescu",
- "license": "MIT"
- },
- {
- "name": "dmg-builder",
- "version": "26.8.1",
- "author": "Vladimir Krivosheev",
- "license": "MIT"
- },
- {
- "name": "dompurify",
- "version": "3.4.5",
- "author": "Dr.-Ing. Mario Heiderich, Cure53",
- "license": "(MPL-2.0 OR Apache-2.0)"
- },
- {
- "name": "dotenv",
- "version": "16.6.1",
- "author": "—",
- "license": "BSD-2-Clause"
- },
- {
- "name": "dotenv-expand",
- "version": "11.0.6",
- "author": "motdotla",
- "license": "BSD-2-Clause"
- },
- {
- "name": "dunder-proto",
- "version": "1.0.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "earcut",
- "version": "3.0.0",
- "author": "Vladimir Agafonkin",
- "license": "ISC"
- },
- {
- "name": "editorconfig",
- "version": "1.0.3",
- "author": "EditorConfig Team",
- "license": "MIT"
- },
- {
- "name": "ejs",
- "version": "3.1.8",
- "author": "Matthew Eernisse",
- "license": "Apache-2.0"
- },
- {
- "name": "electron",
- "version": "41.2.2",
- "author": "Electron Community",
- "license": "MIT"
- },
- {
- "name": "electron-builder",
- "version": "26.8.1",
- "author": "Vladimir Krivosheev",
- "license": "MIT"
- },
- {
- "name": "electron-builder-squirrel-windows",
- "version": "26.8.1",
- "author": "Vladimir Krivosheev",
- "license": "MIT"
- },
- {
- "name": "electron-installer-common",
- "version": "0.10.2",
- "author": "Mark Lee",
- "license": "Apache-2.0"
- },
- {
- "name": "electron-installer-debian",
- "version": "3.2.0",
- "author": "Daniel Perez Alvarez",
- "license": "MIT"
- },
- {
- "name": "electron-installer-redhat",
- "version": "3.2.0",
- "author": "Daniel Perez Alvarez",
- "license": "MIT"
- },
- {
- "name": "electron-installer-snap",
- "version": "5.2.0",
- "author": "Mark Lee",
- "license": "Apache-2.0"
- },
- {
- "name": "electron-prompt",
- "version": "1.7.0",
- "author": "p-sam",
- "license": "MIT"
- },
- {
- "name": "electron-publish",
- "version": "26.8.1",
- "author": "Vladimir Krivosheev",
- "license": "MIT"
- },
- {
- "name": "electron-to-chromium",
- "version": "1.3.571",
- "author": "Kilian Valkhof",
- "license": "ISC"
- },
- {
- "name": "electron-winstaller",
- "version": "5.3.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "emoji-picker-element",
- "version": "1.29.1",
- "author": "Nolan Lawson",
- "license": "Apache-2.0"
- },
- {
- "name": "emoji-picker-element-data",
- "version": "1.8.0",
- "author": "Nolan Lawson",
- "license": "Apache-2.0"
- },
- {
- "name": "emoji-regex",
- "version": "8.0.0",
- "author": "Mathias Bynens",
- "license": "MIT"
- },
- {
- "name": "encodeurl",
- "version": "1.0.2",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "encoding",
- "version": "0.1.13",
- "author": "Andris Reinman",
- "license": "MIT"
- },
- {
- "name": "end-of-stream",
- "version": "1.1.0",
- "author": "Mathias Buus",
- "license": "MIT"
- },
- {
- "name": "enhanced-resolve",
- "version": "5.8.3",
- "author": "Tobias Koppers @sokra",
- "license": "MIT"
- },
- {
- "name": "entities",
- "version": "7.0.1",
- "author": "Felix Boehm",
- "license": "BSD-2-Clause"
- },
- {
- "name": "env-paths",
- "version": "2.2.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "err-code",
- "version": "2.0.2",
- "author": "IndigoUnited",
- "license": "MIT"
- },
- {
- "name": "error-ex",
- "version": "1.2.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "es-abstract",
- "version": "1.24.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "es-define-property",
- "version": "1.0.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "es-errors",
- "version": "1.3.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "es-module-lexer",
- "version": "0.9.0",
- "author": "Guy Bedford",
- "license": "MIT"
- },
- {
- "name": "es-object-atoms",
- "version": "1.0.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "es-set-tostringtag",
- "version": "2.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "es-to-primitive",
- "version": "1.3.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "es6-error",
- "version": "4.1.1",
- "author": "Ben Youngblood",
- "license": "MIT"
- },
- {
- "name": "escalade",
- "version": "3.0.2",
- "author": "Luke Edwards",
- "license": "MIT"
- },
- {
- "name": "escape-string-regexp",
- "version": "1.0.2",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "eslint",
- "version": "9.39.4",
- "author": "Nicholas C. Zakas",
- "license": "MIT"
- },
- {
- "name": "eslint-config-prettier",
- "version": "10.1.8",
- "author": "Simon Lydell",
- "license": "MIT"
- },
- {
- "name": "eslint-plugin-prettier",
- "version": "5.5.5",
- "author": "Teddy Katz",
- "license": "MIT"
- },
- {
- "name": "eslint-plugin-security",
- "version": "3.0.1",
- "author": "Node Security Project",
- "license": "Apache-2.0"
- },
- {
- "name": "eslint-plugin-vue",
- "version": "10.9.1",
- "author": "Toru Nagashima",
- "license": "MIT"
- },
- {
- "name": "eslint-scope",
- "version": "5.1.1",
- "author": "—",
- "license": "BSD-2-Clause"
- },
- {
- "name": "eslint-visitor-keys",
- "version": "3.3.0",
- "author": "Toru Nagashima",
- "license": "Apache-2.0"
- },
- {
- "name": "esmangle-evaluator",
- "version": "1.0.1",
- "author": "Andres Suarez",
- "license": "MIT"
- },
- {
- "name": "espree",
- "version": "10.3.0",
- "author": "Nicholas C. Zakas",
- "license": "BSD-2-Clause"
- },
- {
- "name": "esprima",
- "version": "4.0.0",
- "author": "Ariya Hidayat",
- "license": "BSD-2-Clause"
- },
- {
- "name": "esprima-fb",
- "version": "15001.1001.0-dev-harmony-fb",
- "author": "Ariya Hidayat",
- "license": "BSD"
- },
- {
- "name": "esquery",
- "version": "1.6.0",
- "author": "Joel Feenstra",
- "license": "BSD-3-Clause"
- },
- {
- "name": "esrecurse",
- "version": "4.3.0",
- "author": "—",
- "license": "BSD-2-Clause"
- },
- {
- "name": "estraverse",
- "version": "4.1.1",
- "author": "—",
- "license": "BSD-2-Clause"
- },
- {
- "name": "estree-walker",
- "version": "2.0.2",
- "author": "Rich Harris",
- "license": "MIT"
- },
- {
- "name": "esutils",
- "version": "2.0.2",
- "author": "—",
- "license": "BSD"
- },
- {
- "name": "eventemitter3",
- "version": "5.0.1",
- "author": "Arnout Kazemier",
- "license": "MIT"
- },
- {
- "name": "events",
- "version": "3.2.0",
- "author": "Irakli Gozalishvili",
- "license": "MIT"
- },
- {
- "name": "execa",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "expect-type",
- "version": "1.3.0",
- "author": "—",
- "license": "Apache-2.0"
- },
- {
- "name": "exponential-backoff",
- "version": "3.1.1",
- "author": "Sami Sayegh",
- "license": "Apache-2.0"
- },
- {
- "name": "external-editor",
- "version": "3.1.0",
- "author": "Kevin Gravier",
- "license": "MIT"
- },
- {
- "name": "extract-zip",
- "version": "2.0.0",
- "author": "max ogden",
- "license": "BSD-2-Clause"
- },
- {
- "name": "fake-indexeddb",
- "version": "6.2.5",
- "author": "Jeremy Scheff",
- "license": "Apache-2.0"
- },
- {
- "name": "falafel",
- "version": "1.2.0",
- "author": "James Halliday",
- "license": "MIT"
- },
- {
- "name": "fast-deep-equal",
- "version": "3.1.1",
- "author": "Evgeny Poberezkin",
- "license": "MIT"
- },
- {
- "name": "fast-diff",
- "version": "1.1.2",
- "author": "Jason Chen",
- "license": "Apache-2.0"
- },
- {
- "name": "fast-glob",
- "version": "3.2.7",
- "author": "Denis Malinochkin",
- "license": "MIT"
- },
- {
- "name": "fast-json-stable-stringify",
- "version": "2.0.0",
- "author": "James Halliday",
- "license": "MIT"
- },
- {
- "name": "fast-levenshtein",
- "version": "2.0.6",
- "author": "Ramesh Nair",
- "license": "MIT"
- },
- {
- "name": "fastq",
- "version": "1.6.0",
- "author": "Matteo Collina",
- "license": "ISC"
- },
- {
- "name": "fd-slicer",
- "version": "1.1.0",
- "author": "Andrew Kelley",
- "license": "MIT"
- },
- {
- "name": "fdir",
- "version": "6.4.3",
- "author": "thecodrr",
- "license": "MIT"
- },
- {
- "name": "fflate",
- "version": "0.8.0",
- "author": "Arjun Barrett",
- "license": "MIT"
- },
- {
- "name": "file-entry-cache",
- "version": "8.0.0",
- "author": "Jared Wray",
- "license": "MIT"
- },
- {
- "name": "filelist",
- "version": "1.0.1",
- "author": "Matthew Eernisse",
- "license": "Apache-2.0"
- },
- {
- "name": "filename-reserved-regex",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "filenamify",
- "version": "4.3.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "fill-range",
- "version": "7.0.1",
- "author": "Jon Schlinkert",
- "license": "MIT"
- },
- {
- "name": "find-up",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "flat-cache",
- "version": "4.0.0",
- "author": "Jared Wray",
- "license": "MIT"
- },
- {
- "name": "flatted",
- "version": "3.4.2",
- "author": "Andrea Giammarchi",
- "license": "ISC"
- },
- {
- "name": "flora-colossus",
- "version": "2.0.0",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "for-each",
- "version": "0.3.5",
- "author": "Raynos",
- "license": "MIT"
- },
- {
- "name": "foreach",
- "version": "2.0.6",
- "author": "Manuel Stofer",
- "license": "MIT"
- },
- {
- "name": "foreground-child",
- "version": "3.1.0",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "form-data",
- "version": "4.0.5",
- "author": "Felix Geisendörfer",
- "license": "MIT"
- },
- {
- "name": "fs-extra",
- "version": "7.0.1",
- "author": "JP Richardson",
- "license": "MIT"
- },
- {
- "name": "fs-minipass",
- "version": "2.1.0",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "fs.realpath",
- "version": "1.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "function-bind",
- "version": "1.1.1",
- "author": "Raynos",
- "license": "MIT"
- },
- {
- "name": "function.prototype.name",
- "version": "1.1.8",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "functions-have-names",
- "version": "1.2.3",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "galactus",
- "version": "1.0.0",
- "author": "Samuel Attard",
- "license": "MIT"
- },
- {
- "name": "gar",
- "version": "1.0.4",
- "author": "Ethan Davis",
- "license": "MIT"
- },
- {
- "name": "generator-function",
- "version": "2.0.1",
- "author": "Jordan Harbamd",
- "license": "MIT"
- },
- {
- "name": "geotiff",
- "version": "3.0.5",
- "author": "Fabian Schindler",
- "license": "MIT"
- },
- {
- "name": "get-caller-file",
- "version": "1.0.1",
- "author": "Stefan Penner",
- "license": "ISC"
- },
- {
- "name": "get-folder-size",
- "version": "2.0.1",
- "author": "Alexandru Vladutu",
- "license": "MIT"
- },
- {
- "name": "get-intrinsic",
- "version": "1.1.3",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "get-package-info",
- "version": "1.0.0",
- "author": "Rahat Ahmed",
- "license": "MIT"
- },
- {
- "name": "get-proto",
- "version": "1.0.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "get-stream",
- "version": "4.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "get-symbol-description",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "glob",
- "version": "7.1.3",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "glob-parent",
- "version": "5.1.2",
- "author": "Gulp Team",
- "license": "ISC"
- },
- {
- "name": "glob-to-regexp",
- "version": "0.4.1",
- "author": "Nick Fitzgerald",
- "license": "BSD-2-Clause"
- },
- {
- "name": "global-agent",
- "version": "3.0.0",
- "author": "Gajus Kuizinas",
- "license": "BSD-3-Clause"
- },
- {
- "name": "global-dirs",
- "version": "3.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "global-tunnel-ng",
- "version": "2.7.1",
- "author": "GoInstant Inc., a salesforce.com company",
- "license": "BSD-3-Clause"
- },
- {
- "name": "globals",
- "version": "14.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "globalthis",
- "version": "1.0.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "gopd",
- "version": "1.0.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "got",
- "version": "11.7.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "graceful-fs",
- "version": "4.1.2",
- "author": "—",
- "license": "ISC"
- },
- {
- "name": "has",
- "version": "1.0.4",
- "author": "Thiago de Arruda",
- "license": "MIT"
- },
- {
- "name": "has-bigints",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "has-flag",
- "version": "4.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "has-property-descriptors",
- "version": "1.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "has-proto",
- "version": "1.0.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "has-symbols",
- "version": "1.0.3",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "has-tostringtag",
- "version": "1.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "hasown",
- "version": "2.0.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "hosted-git-info",
- "version": "2.0.2",
- "author": "Rebecca Turner",
- "license": "ISC"
- },
- {
- "name": "html-encoding-sniffer",
- "version": "6.0.0",
- "author": "Domenic Denicola",
- "license": "MIT"
- },
- {
- "name": "html-escaper",
- "version": "2.0.0",
- "author": "Andrea Giammarchi",
- "license": "MIT"
- },
- {
- "name": "http-cache-semantics",
- "version": "4.0.0",
- "author": "Kornel Lesiński",
- "license": "BSD-2-Clause"
- },
- {
- "name": "http-proxy-agent",
- "version": "5.0.0",
- "author": "Nathan Rajlich",
- "license": "MIT"
- },
- {
- "name": "http2-wrapper",
- "version": "1.0.0-beta.5.2",
- "author": "Szymon Marczak",
- "license": "MIT"
- },
- {
- "name": "https-proxy-agent",
- "version": "5.0.1",
- "author": "Nathan Rajlich",
- "license": "MIT"
- },
- {
- "name": "humanize-ms",
- "version": "1.2.1",
- "author": "dead-horse",
- "license": "MIT"
- },
- {
- "name": "iconv-lite",
- "version": "0.4.24",
- "author": "Alexander Shtuchkin",
- "license": "MIT"
- },
- {
- "name": "ignore",
- "version": "5.3.2",
- "author": "kael",
- "license": "MIT"
- },
- {
- "name": "immediate",
- "version": "3.0.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "import-fresh",
- "version": "3.2.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "imurmurhash",
- "version": "0.1.4",
- "author": "Jens Taylor",
- "license": "MIT"
- },
- {
- "name": "indent-string",
- "version": "4.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "infer-owner",
- "version": "1.0.4",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "inflight",
- "version": "1.0.4",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "inherits",
- "version": "2.0.1",
- "author": "—",
- "license": "ISC"
- },
- {
- "name": "inherits",
- "version": "2.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "WTFPL2"
- },
- {
- "name": "ini",
- "version": "1.3.4",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "inline-process-browser",
- "version": "1.0.0",
- "author": "Calvin W. Metcalf",
- "license": "MIT"
- },
- {
- "name": "internal-slot",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "interpret",
- "version": "3.1.1",
- "author": "Gulp Team",
- "license": "MIT"
- },
- {
- "name": "invert-kv",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "ip",
- "version": "2.0.1",
- "author": "Fedor Indutny",
- "license": "MIT"
- },
- {
- "name": "is-array-buffer",
- "version": "3.0.5",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-async-function",
- "version": "2.1.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-bigint",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-blob",
- "version": "2.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "is-boolean-object",
- "version": "1.2.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-callable",
- "version": "1.2.7",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-core-module",
- "version": "2.16.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-data-view",
- "version": "1.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-date-object",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-extglob",
- "version": "2.1.1",
- "author": "Jon Schlinkert",
- "license": "MIT"
- },
- {
- "name": "is-finalizationregistry",
- "version": "1.1.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-fullwidth-code-point",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "is-generator-function",
- "version": "1.1.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-glob",
- "version": "4.0.1",
- "author": "Jon Schlinkert",
- "license": "MIT"
- },
- {
- "name": "is-interactive",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "is-lambda",
- "version": "1.0.1",
- "author": "Thomas Watson Steen",
- "license": "MIT"
- },
- {
- "name": "is-map",
- "version": "2.0.3",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-negative-zero",
- "version": "2.0.3",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-number",
- "version": "7.0.0",
- "author": "Jon Schlinkert",
- "license": "MIT"
- },
- {
- "name": "is-number-object",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-potential-custom-element-name",
- "version": "1.0.1",
- "author": "Mathias Bynens",
- "license": "MIT"
- },
- {
- "name": "is-regex",
- "version": "1.2.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-set",
- "version": "2.0.3",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-shared-array-buffer",
- "version": "1.0.4",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-stream",
- "version": "1.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "is-string",
- "version": "1.1.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-symbol",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-typed-array",
- "version": "1.1.15",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-weakmap",
- "version": "2.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-weakref",
- "version": "1.1.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "is-weakset",
- "version": "2.0.4",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "isarray",
- "version": "0.0.1",
- "author": "Julian Gruber",
- "license": "MIT"
- },
- {
- "name": "isbinaryfile",
- "version": "4.0.8",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "isexe",
- "version": "1.1.1",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "istanbul-lib-coverage",
- "version": "3.2.2",
- "author": "Krishnan Anantheswaran",
- "license": "BSD-3-Clause"
- },
- {
- "name": "istanbul-lib-report",
- "version": "3.0.1",
- "author": "Krishnan Anantheswaran",
- "license": "BSD-3-Clause"
- },
- {
- "name": "istanbul-reports",
- "version": "3.2.0",
- "author": "Krishnan Anantheswaran",
- "license": "BSD-3-Clause"
- },
- {
- "name": "jackspeak",
- "version": "2.0.3",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "jake",
- "version": "10.8.5",
- "author": "Matthew Eernisse",
- "license": "Apache-2.0"
- },
- {
- "name": "jest-worker",
- "version": "27.0.2",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "jiti",
- "version": "2.4.2",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "js-beautify",
- "version": "1.14.9",
- "author": "Einar Lielmanis",
- "license": "MIT"
- },
- {
- "name": "js-tokens",
- "version": "10.0.0",
- "author": "Simon Lydell",
- "license": "MIT"
- },
- {
- "name": "js-yaml",
- "version": "3.14.2",
- "author": "Vladimir Zapparov",
- "license": "MIT"
- },
- {
- "name": "jsdom",
- "version": "29.1.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "json-buffer",
- "version": "3.0.1",
- "author": "Dominic Tarr",
- "license": "MIT"
- },
- {
- "name": "json-parse-better-errors",
- "version": "1.0.2",
- "author": "Kat Marchán",
- "license": "MIT"
- },
- {
- "name": "json-schema-traverse",
- "version": "0.4.1",
- "author": "Evgeny Poberezkin",
- "license": "MIT"
- },
- {
- "name": "json-stable-stringify-without-jsonify",
- "version": "1.0.1",
- "author": "James Halliday",
- "license": "MIT"
- },
- {
- "name": "json-stringify-pretty-compact",
- "version": "4.0.0",
- "author": "Simon Lydell",
- "license": "MIT"
- },
- {
- "name": "json-stringify-safe",
- "version": "5.0.1",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "json5",
- "version": "2.2.3",
- "author": "Aseem Kishore",
- "license": "MIT"
- },
- {
- "name": "jsonfile",
- "version": "4.0.0",
- "author": "JP Richardson",
- "license": "MIT"
- },
- {
- "name": "jszip",
- "version": "3.10.1",
- "author": "Stuart Knightley",
- "license": "(MIT OR GPL-3.0-or-later)"
- },
- {
- "name": "junk",
- "version": "3.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "keycharm",
- "version": "0.4.0",
- "author": "Alex de Mulder",
- "license": "(Apache-2.0 OR MIT)"
- },
- {
- "name": "keyv",
- "version": "4.0.0",
- "author": "Jared Wray",
- "license": "MIT"
- },
- {
- "name": "lazy-val",
- "version": "1.0.5",
- "author": "Vladimir Krivosheev",
- "license": "MIT"
- },
- {
- "name": "lcid",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "lerc",
- "version": "3.0.0",
- "author": "Esri",
- "license": "Apache-2.0"
- },
- {
- "name": "levn",
- "version": "0.4.1",
- "author": "George Zahariev",
- "license": "MIT"
- },
- {
- "name": "lie",
- "version": "3.3.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "lightningcss",
- "version": "1.32.0",
- "author": "—",
- "license": "MPL-2.0"
- },
- {
- "name": "lightningcss-linux-x64-gnu",
- "version": "1.32.0",
- "author": "—",
- "license": "MPL-2.0"
- },
- {
- "name": "listr2",
- "version": "7.0.2",
- "author": "Cenk Kilic",
- "license": "MIT"
- },
- {
- "name": "load-json-file",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "loader-runner",
- "version": "4.2.0",
- "author": "Tobias Koppers @sokra",
- "license": "MIT"
- },
- {
- "name": "locate-path",
- "version": "3.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "lodash",
- "version": "4.17.23",
- "author": "John-David Dalton",
- "license": "MIT"
- },
- {
- "name": "lodash._reinterpolate",
- "version": "3.0.0",
- "author": "John-David Dalton",
- "license": "MIT"
- },
- {
- "name": "lodash.get",
- "version": "4.0.0",
- "author": "John-David Dalton",
- "license": "MIT"
- },
- {
- "name": "lodash.merge",
- "version": "4.6.2",
- "author": "John-David Dalton",
- "license": "MIT"
- },
- {
- "name": "lodash.template",
- "version": "4.18.1",
- "author": "John-David Dalton",
- "license": "MIT"
- },
- {
- "name": "lodash.templatesettings",
- "version": "4.2.0",
- "author": "John-David Dalton",
- "license": "MIT"
- },
- {
- "name": "log-symbols",
- "version": "4.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "log-update",
- "version": "5.0.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "lowercase-keys",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "lru-cache",
- "version": "6.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "lru-cache",
- "version": "11.5.0",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "magic-string",
- "version": "0.30.21",
- "author": "Rich Harris",
- "license": "MIT"
- },
- {
- "name": "magicast",
- "version": "0.5.2",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "make-dir",
- "version": "4.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "make-fetch-happen",
- "version": "10.2.1",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "map-age-cleaner",
- "version": "0.1.1",
- "author": "Sam Verschueren",
- "license": "MIT"
- },
- {
- "name": "mapbox-to-css-font",
- "version": "3.2.0",
- "author": "Andreas Hocevar",
- "license": "BSD-2-Clause"
- },
- {
- "name": "marked",
- "version": "18.0.4",
- "author": "Christopher Jeffrey",
- "license": "MIT"
- },
- {
- "name": "matcher",
- "version": "3.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "math-intrinsics",
- "version": "1.0.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "mdn-data",
- "version": "2.27.1",
- "author": "Mozilla Developer Network",
- "license": "CC0-1.0"
- },
- {
- "name": "mem",
- "version": "4.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "merge-stream",
- "version": "2.0.0",
- "author": "Stephen Sugden",
- "license": "MIT"
- },
- {
- "name": "merge2",
- "version": "1.3.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "micromatch",
- "version": "4.0.4",
- "author": "Jon Schlinkert",
- "license": "MIT"
- },
- {
- "name": "micron-parser",
- "version": "0.0.0",
- "author": "—",
- "license": "Unknown"
- },
- {
- "name": "mime",
- "version": "2.5.2",
- "author": "Robert Kieffer",
- "license": "MIT"
- },
- {
- "name": "mime-db",
- "version": "1.24.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "mime-types",
- "version": "2.1.12",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "mimic-fn",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "mimic-response",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "mini-svg-data-uri",
- "version": "1.2.3",
- "author": "Taylor “Tigt” Hunt",
- "license": "MIT"
- },
- {
- "name": "minimatch",
- "version": "3.1.3",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "minimatch",
- "version": "10.2.1",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "minimist",
- "version": "1.2.6",
- "author": "James Halliday",
- "license": "MIT"
- },
- {
- "name": "minipass",
- "version": "3.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "minipass",
- "version": "7.1.3",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "minipass-collect",
- "version": "1.0.2",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "minipass-fetch",
- "version": "2.1.2",
- "author": "GitHub Inc.",
- "license": "MIT"
- },
- {
- "name": "minipass-flush",
- "version": "1.0.5",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "minipass-flush",
- "version": "1.0.7",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "minipass-pipeline",
- "version": "1.2.4",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "minipass-sized",
- "version": "1.0.3",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "minizlib",
- "version": "2.1.2",
- "author": "Isaac Z. Schlueter",
- "license": "MIT"
- },
- {
- "name": "mitt",
- "version": "3.0.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "mkdirp",
- "version": "1.0.4",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "mrmime",
- "version": "2.0.0",
- "author": "Luke Edwards",
- "license": "MIT"
- },
- {
- "name": "ms",
- "version": "0.7.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "mute-stream",
- "version": "0.0.8",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "nanoid",
- "version": "3.3.12",
- "author": "Andrey Sitnik",
- "license": "MIT"
- },
- {
- "name": "natural-compare",
- "version": "1.4.0",
- "author": "Lauri Rooden",
- "license": "MIT"
- },
- {
- "name": "negotiator",
- "version": "0.6.4",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "neo-async",
- "version": "2.6.2",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "nice-try",
- "version": "1.0.4",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "node-abi",
- "version": "3.92.0",
- "author": "Lukas Geiger",
- "license": "MIT"
- },
- {
- "name": "node-api-version",
- "version": "0.2.1",
- "author": "Tim Fish",
- "license": "MIT"
- },
- {
- "name": "node-fetch",
- "version": "2.6.7",
- "author": "David Frank",
- "license": "MIT"
- },
- {
- "name": "node-gyp",
- "version": "11.2.0",
- "author": "Nathan Rajlich",
- "license": "MIT"
- },
- {
- "name": "node-releases",
- "version": "1.1.61",
- "author": "Sergey Rubanov",
- "license": "MIT"
- },
- {
- "name": "nopt",
- "version": "6.0.0",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "normalize-package-data",
- "version": "2.3.2",
- "author": "Meryn Stol",
- "license": "BSD-2-Clause"
- },
- {
- "name": "normalize-url",
- "version": "4.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "npm-conf",
- "version": "1.1.3",
- "author": "Kevin Martensson",
- "license": "MIT"
- },
- {
- "name": "npm-run-path",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "nth-check",
- "version": "2.1.1",
- "author": "Felix Boehm",
- "license": "BSD-2-Clause"
- },
- {
- "name": "number-is-nan",
- "version": "1.0.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "numcodecs",
- "version": "0.3.2",
- "author": "Trevor Manz",
- "license": "MIT"
- },
- {
- "name": "object-assign",
- "version": "4.1.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "object-inspect",
- "version": "1.13.4",
- "author": "James Halliday",
- "license": "MIT"
- },
- {
- "name": "object-keys",
- "version": "1.0.6",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "object.assign",
- "version": "4.1.7",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "obug",
- "version": "2.1.1",
- "author": "Kevin Deng",
- "license": "MIT"
- },
- {
- "name": "ol",
- "version": "10.9.0",
- "author": "—",
- "license": "BSD-2-Clause"
- },
- {
- "name": "ol-mapbox-style",
- "version": "13.4.1",
- "author": "—",
- "license": "BSD-2-Clause"
- },
- {
- "name": "once",
- "version": "1.3.0",
- "author": "Isaac Z. Schlueter",
- "license": "BSD"
- },
- {
- "name": "onetime",
- "version": "5.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "optionator",
- "version": "0.9.3",
- "author": "George Zahariev",
- "license": "MIT"
- },
- {
- "name": "ora",
- "version": "5.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "os-locale",
- "version": "3.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "own-keys",
- "version": "1.0.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "p-cancelable",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "p-defer",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "p-finally",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "p-is-promise",
- "version": "1.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "p-limit",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "p-locate",
- "version": "3.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "p-map",
- "version": "4.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "p-try",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "pako",
- "version": "1.0.11",
- "author": "—",
- "license": "(MIT AND Zlib)"
- },
- {
- "name": "parent-module",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "parse-author",
- "version": "2.0.0",
- "author": "Jon Schlinkert",
- "license": "MIT"
- },
- {
- "name": "parse-headers",
- "version": "2.0.2",
- "author": "David Björklund",
- "license": "MIT"
- },
- {
- "name": "parse-json",
- "version": "2.2.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "parse5",
- "version": "8.0.1",
- "author": "Ivan Nikulin",
- "license": "MIT"
- },
- {
- "name": "path-exists",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "path-is-absolute",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "path-key",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "path-parse",
- "version": "1.0.7",
- "author": "Javier Blanco",
- "license": "MIT"
- },
- {
- "name": "path-scurry",
- "version": "1.7.0",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "path-type",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "pathe",
- "version": "2.0.3",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "pbf",
- "version": "4.0.1",
- "author": "Konstantin Kaefer",
- "license": "BSD-3-Clause"
- },
- {
- "name": "pe-library",
- "version": "0.4.1",
- "author": "jet",
- "license": "MIT"
- },
- {
- "name": "pend",
- "version": "1.2.0",
- "author": "Andrew Kelley",
- "license": "MIT"
- },
- {
- "name": "picocolors",
- "version": "1.1.1",
- "author": "Alexey Raspopov",
- "license": "ISC"
- },
- {
- "name": "picomatch",
- "version": "2.2.3",
- "author": "Jon Schlinkert",
- "license": "MIT"
- },
- {
- "name": "pify",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "pinkie",
- "version": "1.0.0",
- "author": "Vsevolod Strukchinsky",
- "license": "MIT"
- },
- {
- "name": "pinkie-promise",
- "version": "1.0.0",
- "author": "Vsevolod Strukchinsky",
- "license": "MIT"
- },
- {
- "name": "playwright",
- "version": "1.59.1",
- "author": "Microsoft Corporation",
- "license": "Apache-2.0"
- },
- {
- "name": "playwright-core",
- "version": "1.59.1",
- "author": "Microsoft Corporation",
- "license": "Apache-2.0"
- },
- {
- "name": "plist",
- "version": "3.1.0",
- "author": "Nathan Rajlich",
- "license": "MIT"
- },
- {
- "name": "pngjs",
- "version": "5.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "possible-typed-array-names",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "postcss",
- "version": "8.5.15",
- "author": "Andrey Sitnik",
- "license": "MIT"
- },
- {
- "name": "postcss-selector-parser",
- "version": "7.1.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "postject",
- "version": "1.0.0-alpha.6",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "prelude-ls",
- "version": "1.2.1",
- "author": "George Zahariev",
- "license": "MIT"
- },
- {
- "name": "prettier",
- "version": "3.8.3",
- "author": "James Long",
- "license": "MIT"
- },
- {
- "name": "prettier-linter-helpers",
- "version": "1.0.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "private",
- "version": "0.1.8",
- "author": "Ben Newman",
- "license": "MIT"
- },
- {
- "name": "proc-log",
- "version": "2.0.1",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "process-nextick-args",
- "version": "2.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "progress",
- "version": "2.0.3",
- "author": "TJ Holowaychuk",
- "license": "MIT"
- },
- {
- "name": "promise-inflight",
- "version": "1.0.1",
- "author": "Rebecca Turner",
- "license": "ISC"
- },
- {
- "name": "promise-retry",
- "version": "2.0.1",
- "author": "IndigoUnited",
- "license": "MIT"
- },
- {
- "name": "proper-lockfile",
- "version": "4.1.2",
- "author": "André Cruz",
- "license": "MIT"
- },
- {
- "name": "proto-list",
- "version": "1.2.1",
- "author": "Isaac Z. Schlueter",
- "license": "MIT"
- },
- {
- "name": "protocol-buffers-schema",
- "version": "3.3.1",
- "author": "Mathias Buus",
- "license": "MIT"
- },
- {
- "name": "pump",
- "version": "3.0.0",
- "author": "Mathias Buus Madsen",
- "license": "MIT"
- },
- {
- "name": "punycode",
- "version": "2.3.1",
- "author": "Mathias Bynens",
- "license": "MIT"
- },
- {
- "name": "qrcode",
- "version": "1.5.4",
- "author": "Ryan Day",
- "license": "MIT"
- },
- {
- "name": "quick-lru",
- "version": "5.1.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "quickselect",
- "version": "2.0.0",
- "author": "Vladimir Agafonkin",
- "license": "ISC"
- },
- {
- "name": "rbush",
- "version": "4.0.0",
- "author": "Volodymyr Agafonkin",
- "license": "MIT"
- },
- {
- "name": "read-binary-file-arch",
- "version": "1.0.6",
- "author": "Samuel Maddock",
- "license": "MIT"
- },
- {
- "name": "read-pkg",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "read-pkg-up",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "readable-stream",
- "version": "1.0.33-1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "recast",
- "version": "0.10.43",
- "author": "Ben Newman",
- "license": "MIT"
- },
- {
- "name": "rechoir",
- "version": "0.8.0",
- "author": "Gulp Team",
- "license": "MIT"
- },
- {
- "name": "reference-spec-reader",
- "version": "0.2.0",
- "author": "manzt",
- "license": "MIT"
- },
- {
- "name": "reflect.getprototypeof",
- "version": "1.0.10",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "regexp-tree",
- "version": "0.1.1",
- "author": "Dmitry Soshnikov",
- "license": "MIT"
- },
- {
- "name": "regexp.prototype.flags",
- "version": "1.5.4",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "require-directory",
- "version": "2.1.1",
- "author": "Troy Goode",
- "license": "MIT"
- },
- {
- "name": "require-from-string",
- "version": "2.0.2",
- "author": "Vsevolod Strukchinsky",
- "license": "MIT"
- },
- {
- "name": "require-main-filename",
- "version": "1.0.1",
- "author": "Ben Coe",
- "license": "ISC"
- },
- {
- "name": "resedit",
- "version": "1.7.2",
- "author": "jet",
- "license": "MIT"
- },
- {
- "name": "resolve",
- "version": "1.22.12",
- "author": "James Halliday",
- "license": "MIT"
- },
- {
- "name": "resolve-alpn",
- "version": "1.0.0",
- "author": "Szymon Marczak",
- "license": "MIT"
- },
- {
- "name": "resolve-from",
- "version": "4.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "resolve-protobuf-schema",
- "version": "2.1.0",
- "author": "Mathias Buus",
- "license": "MIT"
- },
- {
- "name": "responselike",
- "version": "2.0.0",
- "author": "lukechilds",
- "license": "MIT"
- },
- {
- "name": "restore-cursor",
- "version": "3.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "retry",
- "version": "0.12.0",
- "author": "Tim Koschützki",
- "license": "MIT"
- },
- {
- "name": "reusify",
- "version": "1.0.0",
- "author": "Matteo Collina",
- "license": "MIT"
- },
- {
- "name": "rfdc",
- "version": "1.3.0",
- "author": "David Mark Clements",
- "license": "MIT"
- },
- {
- "name": "rimraf",
- "version": "2.6.3",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "roarr",
- "version": "2.15.3",
- "author": "Gajus Kuizinas",
- "license": "BSD-3-Clause"
- },
- {
- "name": "rolldown",
- "version": "1.0.0-rc.17",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "run-parallel",
- "version": "1.1.9",
- "author": "Feross Aboukhadijeh",
- "license": "MIT"
- },
- {
- "name": "rw",
- "version": "1.3.3",
- "author": "Mike Bostock",
- "license": "BSD-3-Clause"
- },
- {
- "name": "safe-array-concat",
- "version": "1.1.4",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "safe-buffer",
- "version": "5.1.2",
- "author": "Feross Aboukhadijeh",
- "license": "MIT"
- },
- {
- "name": "safe-push-apply",
- "version": "1.0.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "safe-regex",
- "version": "2.1.1",
- "author": "James C.",
- "license": "MIT"
- },
- {
- "name": "safe-regex-test",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "safer-buffer",
- "version": "2.1.2",
- "author": "Nikita Skovoroda",
- "license": "MIT"
- },
- {
- "name": "sanitize-filename",
- "version": "1.6.3",
- "author": "Parsha Pourkhomami",
- "license": "WTFPL OR ISC"
- },
- {
- "name": "sax",
- "version": "1.2.4",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "saxes",
- "version": "6.0.0",
- "author": "Louis-Dominique Dubeau",
- "license": "ISC"
- },
- {
- "name": "schema-utils",
- "version": "3.3.0",
- "author": "webpack Contrib",
- "license": "MIT"
- },
- {
- "name": "semver",
- "version": "5.5.0",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "semver",
- "version": "2.0.1",
- "author": "—",
- "license": "BSD"
- },
- {
- "name": "semver-compare",
- "version": "1.0.0",
- "author": "James Halliday",
- "license": "MIT"
- },
- {
- "name": "serialize-error",
- "version": "7.0.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "serialize-javascript",
- "version": "7.0.5",
- "author": "Eric Ferraiuolo",
- "license": "BSD-3-Clause"
- },
- {
- "name": "set-blocking",
- "version": "2.0.0",
- "author": "Ben Coe",
- "license": "ISC"
- },
- {
- "name": "set-function-length",
- "version": "1.2.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "set-function-name",
- "version": "2.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "set-proto",
- "version": "1.0.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "setimmediate",
- "version": "1.0.5",
- "author": "YuzuJS",
- "license": "MIT"
- },
- {
- "name": "shebang-command",
- "version": "1.2.0",
- "author": "Kevin Mårtensson",
- "license": "MIT"
- },
- {
- "name": "shebang-regex",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "side-channel",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "side-channel-list",
- "version": "1.0.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "side-channel-map",
- "version": "1.0.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "side-channel-weakmap",
- "version": "1.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "siginfo",
- "version": "2.0.0",
- "author": "Emil Bay",
- "license": "ISC"
- },
- {
- "name": "signal-exit",
- "version": "3.0.0",
- "author": "Ben Coe",
- "license": "ISC"
- },
- {
- "name": "simple-update-notifier",
- "version": "2.0.0",
- "author": "alexbrazier",
- "license": "MIT"
- },
- {
- "name": "sirv",
- "version": "3.0.2",
- "author": "Luke Edwards",
- "license": "MIT"
- },
- {
- "name": "slice-ansi",
- "version": "5.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "smart-buffer",
- "version": "4.2.0",
- "author": "Josh Glazebrook",
- "license": "MIT"
- },
- {
- "name": "socks",
- "version": "2.7.1",
- "author": "Josh Glazebrook",
- "license": "MIT"
- },
- {
- "name": "socks-proxy-agent",
- "version": "7.0.0",
- "author": "Nathan Rajlich",
- "license": "MIT"
- },
- {
- "name": "source-map",
- "version": "0.5.0",
- "author": "Nick Fitzgerald",
- "license": "BSD-3-Clause"
- },
- {
- "name": "source-map-js",
- "version": "1.0.2",
- "author": "Valentin 7rulnik Semirulnik",
- "license": "BSD-3-Clause"
- },
- {
- "name": "source-map-support",
- "version": "0.5.13",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "spdx",
- "version": "0.4.3",
- "author": "Kyle E. Mitchell",
- "license": "Apache-2.0"
- },
- {
- "name": "spdx-correct",
- "version": "1.0.0",
- "author": "Kyle E. Mitchell",
- "license": "Apache-2.0"
- },
- {
- "name": "spdx-expression-parse",
- "version": "1.0.4",
- "author": "Kyle E. Mitchell",
- "license": "(MIT AND CC-BY-3.0)"
- },
- {
- "name": "spdx-license-ids",
- "version": "1.0.0",
- "author": "Shinnosuke Watanabe",
- "license": "Unlicense"
- },
- {
- "name": "sprintf-js",
- "version": "1.0.2",
- "author": "Alexandru Mărășteanu",
- "license": "BSD-3-Clause"
- },
- {
- "name": "ssri",
- "version": "9.0.1",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "stackback",
- "version": "0.0.2",
- "author": "Roman Shtylman",
- "license": "MIT"
- },
- {
- "name": "stat-mode",
- "version": "1.0.0",
- "author": "Nathan Rajlich",
- "license": "MIT"
- },
- {
- "name": "std-env",
- "version": "4.0.0-rc.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "stop-iteration-iterator",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "string-width",
- "version": "1.0.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "string.prototype.trim",
- "version": "1.2.10",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "string.prototype.trimend",
- "version": "1.0.9",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "string.prototype.trimstart",
- "version": "1.0.8",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "string_decoder",
- "version": "0.10.24",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "strip-ansi",
- "version": "3.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "strip-bom",
- "version": "3.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "strip-eof",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "strip-json-comments",
- "version": "3.1.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "strip-outer",
- "version": "1.0.1",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "sumchecker",
- "version": "3.0.1",
- "author": "Mark Lee",
- "license": "Apache-2.0"
- },
- {
- "name": "supports-color",
- "version": "7.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "supports-preserve-symlinks-flag",
- "version": "1.0.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "symbol-tree",
- "version": "3.2.4",
- "author": "Joris van der Wel",
- "license": "MIT"
- },
- {
- "name": "synckit",
- "version": "0.11.12",
- "author": "JounQin",
- "license": "MIT"
- },
- {
- "name": "tailwindcss",
- "version": "4.2.4",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "tapable",
- "version": "2.1.1",
- "author": "Tobias Koppers @sokra",
- "license": "MIT"
- },
- {
- "name": "tar",
- "version": "7.5.7",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "temp",
- "version": "0.9.0",
- "author": "Bruce Williams",
- "license": "MIT"
- },
- {
- "name": "temp-file",
- "version": "3.4.0",
- "author": "Vladimir Krivosheev",
- "license": "MIT"
- },
- {
- "name": "terser",
- "version": "5.48.0",
- "author": "Mihai Bazon",
- "license": "BSD-2-Clause"
- },
- {
- "name": "terser-webpack-plugin",
- "version": "5.1.3",
- "author": "webpack Contrib Team",
- "license": "MIT"
- },
- {
- "name": "through2",
- "version": "0.6.5",
- "author": "Rod Vagg",
- "license": "MIT"
- },
- {
- "name": "tiny-async-pool",
- "version": "1.3.0",
- "author": "Rafael Xavier de Souza",
- "license": "MIT"
- },
- {
- "name": "tiny-each-async",
- "version": "2.0.3",
- "author": "Alexandru Vladutu",
- "license": "MIT"
- },
- {
- "name": "tinybench",
- "version": "2.9.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "tinyexec",
- "version": "1.0.2",
- "author": "James Garbutt",
- "license": "MIT"
- },
- {
- "name": "tinyglobby",
- "version": "0.2.12",
- "author": "Superchupu",
- "license": "MIT"
- },
- {
- "name": "tinyqueue",
- "version": "3.0.0",
- "author": "—",
- "license": "ISC"
- },
- {
- "name": "tinyrainbow",
- "version": "3.1.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "tldts",
- "version": "7.0.5",
- "author": "Rémi Berson",
- "license": "MIT"
- },
- {
- "name": "tldts-core",
- "version": "7.0.5",
- "author": "Rémi Berson",
- "license": "MIT"
- },
- {
- "name": "tmp",
- "version": "0.2.4",
- "author": "KARASZI István",
- "license": "MIT"
- },
- {
- "name": "tmp-promise",
- "version": "3.0.2",
- "author": "Benjamin Gruenbaum and Collaborators.",
- "license": "MIT"
- },
- {
- "name": "to-regex-range",
- "version": "5.0.1",
- "author": "Jon Schlinkert",
- "license": "MIT"
- },
- {
- "name": "totalist",
- "version": "3.0.0",
- "author": "Luke Edwards",
- "license": "MIT"
- },
- {
- "name": "tough-cookie",
- "version": "6.0.1",
- "author": "Jeremy Stashewsky",
- "license": "BSD-3-Clause"
- },
- {
- "name": "tr46",
- "version": "0.0.3",
- "author": "Sebastian Mayr",
- "license": "MIT"
- },
- {
- "name": "trim-repeated",
- "version": "1.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "truncate-utf8-bytes",
- "version": "1.0.0",
- "author": "Carl Xiong",
- "license": "WTFPL"
- },
- {
- "name": "tslib",
- "version": "1.14.1",
- "author": "Microsoft Corp.",
- "license": "0BSD"
- },
- {
- "name": "tunnel",
- "version": "0.0.6",
- "author": "Koichi Kobayashi",
- "license": "MIT"
- },
- {
- "name": "type-check",
- "version": "0.4.0",
- "author": "George Zahariev",
- "license": "MIT"
- },
- {
- "name": "type-fest",
- "version": "0.13.1",
- "author": "Sindre Sorhus",
- "license": "(MIT OR CC0-1.0)"
- },
- {
- "name": "typed-array-buffer",
- "version": "1.0.3",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "typed-array-byte-length",
- "version": "1.0.3",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "typed-array-byte-offset",
- "version": "1.0.4",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "typed-array-length",
- "version": "1.0.7",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "typescript",
- "version": "5.4.5",
- "author": "Microsoft Corp.",
- "license": "Apache-2.0"
- },
- {
- "name": "unbox-primitive",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "undici",
- "version": "7.26.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "undici-types",
- "version": "6.19.2",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "unique-filename",
- "version": "2.0.1",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "unique-slug",
- "version": "3.0.0",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "universalify",
- "version": "0.1.0",
- "author": "Ryan Zimmerman",
- "license": "MIT"
- },
- {
- "name": "unreachable-branch-transform",
- "version": "0.3.0",
- "author": "Andres Suarez",
- "license": "MIT"
- },
- {
- "name": "unzipit",
- "version": "2.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "upath",
- "version": "2.0.1",
- "author": "Angelos Pikoulas",
- "license": "MIT"
- },
- {
- "name": "uri-js",
- "version": "4.2.2",
- "author": "Gary Court",
- "license": "BSD-2-Clause"
- },
- {
- "name": "username",
- "version": "5.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "utf8-byte-length",
- "version": "1.0.1",
- "author": "Carl Xiong",
- "license": "WTFPL"
- },
- {
- "name": "util-deprecate",
- "version": "1.0.1",
- "author": "Nathan Rajlich",
- "license": "MIT"
- },
- {
- "name": "uuid",
- "version": "14.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "validate-npm-package-license",
- "version": "3.0.1",
- "author": "Kyle E. Mitchell",
- "license": "Apache-2.0"
- },
- {
- "name": "vis-data",
- "version": "7.1.10",
- "author": "—",
- "license": "(Apache-2.0 OR MIT)"
- },
- {
- "name": "vis-network",
- "version": "9.1.13",
- "author": "—",
- "license": "(Apache-2.0 OR MIT)"
- },
- {
- "name": "vis-util",
- "version": "5.0.7",
- "author": "Alex de Mulder",
- "license": "(Apache-2.0 OR MIT)"
- },
- {
- "name": "vite",
- "version": "8.0.10",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "vite-plugin-vuetify",
- "version": "2.1.3",
- "author": "Kael Watts-Deuchar",
- "license": "MIT"
- },
- {
- "name": "vitest",
- "version": "4.1.5",
- "author": "Anthony Fu",
- "license": "MIT"
- },
- {
- "name": "vue",
- "version": "3.5.33",
- "author": "Evan You",
- "license": "MIT"
- },
- {
- "name": "vue-component-type-helpers",
- "version": "3.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "vue-eslint-parser",
- "version": "10.4.0",
- "author": "Toru Nagashima",
- "license": "MIT"
- },
- {
- "name": "vue-i18n",
- "version": "11.4.0",
- "author": "kazuya kawaguchi",
- "license": "MIT"
- },
- {
- "name": "vue-router",
- "version": "4.6.4",
- "author": "Eduardo San Martin Morote",
- "license": "MIT"
- },
- {
- "name": "vuetify",
- "version": "3.12.5",
- "author": "John Leider",
- "license": "MIT"
- },
- {
- "name": "w3c-xmlserializer",
- "version": "5.0.0",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "watchpack",
- "version": "2.3.1",
- "author": "Tobias Koppers @sokra",
- "license": "MIT"
- },
- {
- "name": "wcwidth",
- "version": "1.0.1",
- "author": "Tim Oxley",
- "license": "MIT"
- },
- {
- "name": "web-worker",
- "version": "1.5.0",
- "author": "—",
- "license": "Apache-2.0"
- },
- {
- "name": "webidl-conversions",
- "version": "3.0.0",
- "author": "Domenic Denicola",
- "license": "BSD-2-Clause"
- },
- {
- "name": "webpack",
- "version": "5.69.1",
- "author": "Tobias Koppers @sokra",
- "license": "MIT"
- },
- {
- "name": "webpack-sources",
- "version": "3.2.3",
- "author": "Tobias Koppers @sokra",
- "license": "MIT"
- },
- {
- "name": "whatwg-mimetype",
- "version": "5.0.0",
- "author": "Domenic Denicola",
- "license": "MIT"
- },
- {
- "name": "whatwg-url",
- "version": "5.0.0",
- "author": "Sebastian Mayr",
- "license": "MIT"
- },
- {
- "name": "which",
- "version": "1.2.9",
- "author": "GitHub Inc.",
- "license": "ISC"
- },
- {
- "name": "which-boxed-primitive",
- "version": "1.1.0",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "which-builtin-type",
- "version": "1.2.1",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "which-collection",
- "version": "1.0.2",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "which-module",
- "version": "2.0.0",
- "author": "nexdrew",
- "license": "ISC"
- },
- {
- "name": "which-typed-array",
- "version": "1.1.21",
- "author": "Jordan Harband",
- "license": "MIT"
- },
- {
- "name": "why-is-node-running",
- "version": "2.3.0",
- "author": "Mathias Buus",
- "license": "MIT"
- },
- {
- "name": "word-wrap",
- "version": "1.2.5",
- "author": "Jon Schlinkert",
- "license": "MIT"
- },
- {
- "name": "wrap-ansi",
- "version": "2.0.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "wrappy",
- "version": "1.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "xml-name-validator",
- "version": "4.0.0",
- "author": "Domenic Denicola",
- "license": "Apache-2.0"
- },
- {
- "name": "xml-utils",
- "version": "1.10.2",
- "author": "Daniel J. Dufour",
- "license": "CC0-1.0"
- },
- {
- "name": "xmlbuilder",
- "version": "15.1.1",
- "author": "Ozgur Ozcitak",
- "license": "MIT"
- },
- {
- "name": "xmlchars",
- "version": "2.2.0",
- "author": "Louis-Dominique Dubeau",
- "license": "MIT"
- },
- {
- "name": "xtend",
- "version": "4.0.2",
- "author": "Raynos",
- "license": "MIT"
- },
- {
- "name": "y18n",
- "version": "5.0.1",
- "author": "Ben Coe",
- "license": "ISC"
- },
- {
- "name": "yallist",
- "version": "4.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "ISC"
- },
- {
- "name": "yallist",
- "version": "5.0.0",
- "author": "Isaac Z. Schlueter",
- "license": "BlueOak-1.0.0"
- },
- {
- "name": "yargs",
- "version": "12.0.5",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "yargs-parser",
- "version": "11.1.1",
- "author": "Ben Coe",
- "license": "ISC"
- },
- {
- "name": "yauzl",
- "version": "2.10.0",
- "author": "Josh Wolfe",
- "license": "MIT"
- },
- {
- "name": "yocto-queue",
- "version": "0.1.0",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "yoctocolors-cjs",
- "version": "2.1.2",
- "author": "Sindre Sorhus",
- "license": "MIT"
- },
- {
- "name": "zarrita",
- "version": "0.7.1",
- "author": "—",
- "license": "MIT"
- },
- {
- "name": "zstddec",
- "version": "0.2.0",
- "author": "Don McCurdy",
- "license": "MIT AND BSD-3-Clause"
- }
+ {
+ "name": "7zip-bin",
+ "version": "5.2.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@aashutoshrathi/word-wrap",
+ "version": "1.2.6",
+ "author": "Jon Schlinkert",
+ "license": "MIT"
+ },
+ {
+ "name": "@asamuzakjp/css-color",
+ "version": "5.1.11",
+ "author": "asamuzaK",
+ "license": "MIT"
+ },
+ {
+ "name": "@asamuzakjp/dom-selector",
+ "version": "7.1.1",
+ "author": "asamuzaK",
+ "license": "MIT"
+ },
+ {
+ "name": "@asamuzakjp/generational-cache",
+ "version": "1.0.1",
+ "author": "asamuzaK",
+ "license": "MIT"
+ },
+ {
+ "name": "@asamuzakjp/nwsapi",
+ "version": "2.3.9",
+ "author": "Diego Perini",
+ "license": "MIT"
+ },
+ {
+ "name": "@babel/helper-string-parser",
+ "version": "7.27.1",
+ "author": "The Babel Team",
+ "license": "MIT"
+ },
+ {
+ "name": "@babel/helper-validator-identifier",
+ "version": "7.28.5",
+ "author": "The Babel Team",
+ "license": "MIT"
+ },
+ {
+ "name": "@babel/parser",
+ "version": "7.29.2",
+ "author": "The Babel Team",
+ "license": "MIT"
+ },
+ {
+ "name": "@babel/types",
+ "version": "7.29.0",
+ "author": "The Babel Team",
+ "license": "MIT"
+ },
+ {
+ "name": "@bcoe/v8-coverage",
+ "version": "1.0.2",
+ "author": "Charles Samborski",
+ "license": "MIT"
+ },
+ {
+ "name": "@bramus/specificity",
+ "version": "2.4.2",
+ "author": "Bramus Van Damme",
+ "license": "MIT"
+ },
+ {
+ "name": "@csstools/color-helpers",
+ "version": "6.0.2",
+ "author": "—",
+ "license": "MIT-0"
+ },
+ {
+ "name": "@csstools/css-calc",
+ "version": "3.2.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@csstools/css-color-parser",
+ "version": "4.1.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@csstools/css-parser-algorithms",
+ "version": "4.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@csstools/css-syntax-patches-for-csstree",
+ "version": "1.1.3",
+ "author": "—",
+ "license": "MIT-0"
+ },
+ {
+ "name": "@csstools/css-tokenizer",
+ "version": "4.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@develar/schema-utils",
+ "version": "2.6.5",
+ "author": "webpack Contrib",
+ "license": "MIT"
+ },
+ {
+ "name": "@egjs/hammerjs",
+ "version": "2.0.17",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/cli",
+ "version": "7.11.1",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/core",
+ "version": "7.11.1",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/core-utils",
+ "version": "7.11.1",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/maker-base",
+ "version": "7.11.1",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/maker-deb",
+ "version": "7.11.1",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/maker-flatpak",
+ "version": "7.11.1",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/maker-rpm",
+ "version": "7.11.1",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/maker-snap",
+ "version": "7.11.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/maker-squirrel",
+ "version": "7.11.1",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/maker-zip",
+ "version": "7.11.1",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/plugin-auto-unpack-natives",
+ "version": "7.11.1",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/plugin-base",
+ "version": "7.11.1",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/plugin-fuses",
+ "version": "7.11.1",
+ "author": "Erik Moura",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/publisher-base",
+ "version": "7.11.1",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/shared-types",
+ "version": "7.11.1",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/template-base",
+ "version": "7.11.1",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/template-vite",
+ "version": "7.11.1",
+ "author": "caoxiemeihao",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/template-vite-typescript",
+ "version": "7.11.1",
+ "author": "caoxiemeihao",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/template-webpack",
+ "version": "7.11.1",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/template-webpack-typescript",
+ "version": "7.11.1",
+ "author": "Shelley Vohr",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron-forge/tracer",
+ "version": "7.11.1",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron/asar",
+ "version": "3.2.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron/fuses",
+ "version": "1.8.0",
+ "author": "Electron Community",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron/get",
+ "version": "2.0.0",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron/node-gyp",
+ "version": "10.2.0-electron.1",
+ "author": "Nathan Rajlich",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron/notarize",
+ "version": "2.5.0",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron/osx-sign",
+ "version": "1.3.3",
+ "author": "electron",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "@electron/packager",
+ "version": "18.3.5",
+ "author": "Mark Lee",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "@electron/rebuild",
+ "version": "3.7.2",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron/universal",
+ "version": "2.0.3",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "@electron/windows-sign",
+ "version": "1.0.0",
+ "author": "Felix Rieseberg",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "@epic-web/invariant",
+ "version": "1.0.0",
+ "author": "Kent C. Dodds",
+ "license": "MIT"
+ },
+ {
+ "name": "@eslint-community/eslint-utils",
+ "version": "4.4.0",
+ "author": "Toru Nagashima",
+ "license": "MIT"
+ },
+ {
+ "name": "@eslint-community/regexpp",
+ "version": "4.12.1",
+ "author": "Toru Nagashima",
+ "license": "MIT"
+ },
+ {
+ "name": "@eslint/config-array",
+ "version": "0.21.2",
+ "author": "Nicholas C. Zakas",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@eslint/config-helpers",
+ "version": "0.4.2",
+ "author": "—",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@eslint/core",
+ "version": "0.17.0",
+ "author": "Nicholas C. Zakas",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@eslint/eslintrc",
+ "version": "3.3.5",
+ "author": "Nicholas C. Zakas",
+ "license": "MIT"
+ },
+ {
+ "name": "@eslint/js",
+ "version": "9.39.4",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@eslint/object-schema",
+ "version": "2.1.7",
+ "author": "Nicholas C. Zakas",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@eslint/plugin-kit",
+ "version": "0.4.1",
+ "author": "Nicholas C. Zakas",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@exodus/bytes",
+ "version": "1.15.1",
+ "author": "Exodus Movement, Inc.",
+ "license": "MIT"
+ },
+ {
+ "name": "@fontsource/noto-sans",
+ "version": "5.2.10",
+ "author": "Google Inc.",
+ "license": "OFL-1.1"
+ },
+ {
+ "name": "@gar/promisify",
+ "version": "1.1.3",
+ "author": "Gar",
+ "license": "MIT"
+ },
+ {
+ "name": "@humanfs/core",
+ "version": "0.19.1",
+ "author": "Nicholas C. Zakas",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@humanfs/node",
+ "version": "0.16.6",
+ "author": "Nicholas C. Zakas",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@humanwhocodes/module-importer",
+ "version": "1.0.1",
+ "author": "Nicholas C. Zaks",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@humanwhocodes/retry",
+ "version": "0.3.0",
+ "author": "Nicholas C. Zaks",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@inquirer/checkbox",
+ "version": "3.0.1",
+ "author": "Simon Boudrias",
+ "license": "MIT"
+ },
+ {
+ "name": "@inquirer/confirm",
+ "version": "4.0.1",
+ "author": "Simon Boudrias",
+ "license": "MIT"
+ },
+ {
+ "name": "@inquirer/core",
+ "version": "9.2.1",
+ "author": "Simon Boudrias",
+ "license": "MIT"
+ },
+ {
+ "name": "@inquirer/editor",
+ "version": "3.0.1",
+ "author": "Simon Boudrias",
+ "license": "MIT"
+ },
+ {
+ "name": "@inquirer/expand",
+ "version": "3.0.1",
+ "author": "Simon Boudrias",
+ "license": "MIT"
+ },
+ {
+ "name": "@inquirer/figures",
+ "version": "1.0.6",
+ "author": "Simon Boudrias",
+ "license": "MIT"
+ },
+ {
+ "name": "@inquirer/input",
+ "version": "3.0.1",
+ "author": "Simon Boudrias",
+ "license": "MIT"
+ },
+ {
+ "name": "@inquirer/number",
+ "version": "2.0.1",
+ "author": "Simon Boudrias",
+ "license": "MIT"
+ },
+ {
+ "name": "@inquirer/password",
+ "version": "3.0.1",
+ "author": "Simon Boudrias",
+ "license": "MIT"
+ },
+ {
+ "name": "@inquirer/prompts",
+ "version": "6.0.1",
+ "author": "Simon Boudrias",
+ "license": "MIT"
+ },
+ {
+ "name": "@inquirer/rawlist",
+ "version": "3.0.1",
+ "author": "Simon Boudrias",
+ "license": "MIT"
+ },
+ {
+ "name": "@inquirer/search",
+ "version": "2.0.1",
+ "author": "Simon Boudrias",
+ "license": "MIT"
+ },
+ {
+ "name": "@inquirer/select",
+ "version": "3.0.1",
+ "author": "Simon Boudrias",
+ "license": "MIT"
+ },
+ {
+ "name": "@inquirer/type",
+ "version": "1.5.5",
+ "author": "Simon Boudrias",
+ "license": "MIT"
+ },
+ {
+ "name": "@intlify/core-base",
+ "version": "11.4.0",
+ "author": "kazuya kawaguchi",
+ "license": "MIT"
+ },
+ {
+ "name": "@intlify/devtools-types",
+ "version": "11.4.0",
+ "author": "kazuya kawaguchi",
+ "license": "MIT"
+ },
+ {
+ "name": "@intlify/message-compiler",
+ "version": "11.4.0",
+ "author": "kazuya kawaguchi",
+ "license": "MIT"
+ },
+ {
+ "name": "@intlify/shared",
+ "version": "11.4.0",
+ "author": "kazuya kawaguchi",
+ "license": "MIT"
+ },
+ {
+ "name": "@isaacs/fs-minipass",
+ "version": "4.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "@jridgewell/gen-mapping",
+ "version": "0.3.5",
+ "author": "Justin Ridgewell",
+ "license": "MIT"
+ },
+ {
+ "name": "@jridgewell/remapping",
+ "version": "2.3.5",
+ "author": "Justin Ridgewell",
+ "license": "MIT"
+ },
+ {
+ "name": "@jridgewell/resolve-uri",
+ "version": "3.0.3",
+ "author": "Justin Ridgewell",
+ "license": "MIT"
+ },
+ {
+ "name": "@jridgewell/set-array",
+ "version": "1.2.1",
+ "author": "Justin Ridgewell",
+ "license": "MIT"
+ },
+ {
+ "name": "@jridgewell/source-map",
+ "version": "0.3.3",
+ "author": "Justin Ridgewell",
+ "license": "MIT"
+ },
+ {
+ "name": "@jridgewell/sourcemap-codec",
+ "version": "1.4.10",
+ "author": "Justin Ridgewell",
+ "license": "MIT"
+ },
+ {
+ "name": "@jridgewell/trace-mapping",
+ "version": "0.3.9",
+ "author": "Justin Ridgewell",
+ "license": "MIT"
+ },
+ {
+ "name": "@listr2/prompt-adapter-inquirer",
+ "version": "2.0.22",
+ "author": "Cenk Kilic",
+ "license": "MIT"
+ },
+ {
+ "name": "@malept/cross-spawn-promise",
+ "version": "1.0.0",
+ "author": "Mark Lee",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@malept/electron-installer-flatpak",
+ "version": "0.11.4",
+ "author": "Matt Watson",
+ "license": "MIT"
+ },
+ {
+ "name": "@malept/flatpak-bundler",
+ "version": "0.4.0",
+ "author": "Matt Watson",
+ "license": "MIT"
+ },
+ {
+ "name": "@mapbox/jsonlint-lines-primitives",
+ "version": "2.0.2",
+ "author": "Zach Carter",
+ "license": "Unknown"
+ },
+ {
+ "name": "@mapbox/unitbezier",
+ "version": "0.0.1",
+ "author": "—",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "@maplibre/maplibre-gl-style-spec",
+ "version": "24.4.1",
+ "author": "MapLibre",
+ "license": "ISC"
+ },
+ {
+ "name": "@mdi/font",
+ "version": "7.4.47",
+ "author": "Austin Andrews",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@mdi/js",
+ "version": "7.4.47",
+ "author": "Austin Andrews",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@nodelib/fs.scandir",
+ "version": "2.1.2",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@nodelib/fs.stat",
+ "version": "2.0.2",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@nodelib/fs.walk",
+ "version": "1.2.3",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@npmcli/agent",
+ "version": "3.0.0",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "@npmcli/fs",
+ "version": "2.1.2",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "@npmcli/move-file",
+ "version": "2.0.1",
+ "author": "GitHub Inc.",
+ "license": "MIT"
+ },
+ {
+ "name": "@one-ini/wasm",
+ "version": "0.1.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@oxc-project/types",
+ "version": "0.127.0",
+ "author": "Boshen and oxc contributors",
+ "license": "MIT"
+ },
+ {
+ "name": "@petamoriken/float16",
+ "version": "3.9.3",
+ "author": "Kenta Moriuchi",
+ "license": "MIT"
+ },
+ {
+ "name": "@pkgjs/parseargs",
+ "version": "0.11.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@pkgr/core",
+ "version": "0.2.9",
+ "author": "JounQin",
+ "license": "MIT"
+ },
+ {
+ "name": "@playwright/test",
+ "version": "1.59.1",
+ "author": "Microsoft Corporation",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@polka/url",
+ "version": "1.0.0-next.24",
+ "author": "Luke Edwards",
+ "license": "MIT"
+ },
+ {
+ "name": "@rolldown/binding-linux-x64-gnu",
+ "version": "1.0.0-rc.17",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@rolldown/pluginutils",
+ "version": "1.0.0-rc.13",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@sindresorhus/is",
+ "version": "3.1.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "@standard-schema/spec",
+ "version": "1.1.0",
+ "author": "Colin McDonnell",
+ "license": "MIT"
+ },
+ {
+ "name": "@szmarczak/http-timer",
+ "version": "4.0.5",
+ "author": "Szymon Marczak",
+ "license": "MIT"
+ },
+ {
+ "name": "@tailwindcss/forms",
+ "version": "0.5.11",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@tailwindcss/node",
+ "version": "4.2.4",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@tailwindcss/oxide",
+ "version": "4.2.4",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@tailwindcss/oxide-linux-x64-gnu",
+ "version": "4.2.4",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@tailwindcss/vite",
+ "version": "4.2.4",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@tanstack/virtual-core",
+ "version": "3.14.0",
+ "author": "Tanner Linsley",
+ "license": "MIT"
+ },
+ {
+ "name": "@tanstack/vue-virtual",
+ "version": "3.13.24",
+ "author": "Tanner Linsley",
+ "license": "MIT"
+ },
+ {
+ "name": "@tootallnate/once",
+ "version": "3.0.1",
+ "author": "Nathan Rajlich",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/cacheable-request",
+ "version": "6.0.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/chai",
+ "version": "5.2.2",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/debug",
+ "version": "4.1.6",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/deep-eql",
+ "version": "4.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/eslint",
+ "version": "4.16.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/eslint-scope",
+ "version": "3.7.3",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/estree",
+ "version": "0.0.51",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/events",
+ "version": "3.0.3",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/fs-extra",
+ "version": "9.0.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/glob",
+ "version": "7.1.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/hammerjs",
+ "version": "2.0.46",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/http-cache-semantics",
+ "version": "4.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/json-schema",
+ "version": "4.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/keyv",
+ "version": "3.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/minimatch",
+ "version": "6.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/mute-stream",
+ "version": "0.0.4",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/node",
+ "version": "0.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/rbush",
+ "version": "4.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/responselike",
+ "version": "1.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/trusted-types",
+ "version": "2.0.7",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/wrap-ansi",
+ "version": "3.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@types/yauzl",
+ "version": "2.9.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitejs/plugin-vue",
+ "version": "6.0.6",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitest/coverage-v8",
+ "version": "4.1.5",
+ "author": "Anthony Fu",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitest/expect",
+ "version": "4.1.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitest/mocker",
+ "version": "4.1.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitest/pretty-format",
+ "version": "4.1.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitest/runner",
+ "version": "4.1.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitest/snapshot",
+ "version": "4.1.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitest/spy",
+ "version": "4.1.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitest/ui",
+ "version": "4.1.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@vitest/utils",
+ "version": "4.1.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@vscode/sudo-prompt",
+ "version": "9.3.1",
+ "author": "Joran Dirk Greef",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/compiler-core",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/compiler-dom",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/compiler-sfc",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/compiler-ssr",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/devtools-api",
+ "version": "6.5.0",
+ "author": "Guillaume Chau",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/reactivity",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/runtime-core",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/runtime-dom",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/server-renderer",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/shared",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "@vue/test-utils",
+ "version": "2.4.10",
+ "author": "Lachlan Miller",
+ "license": "MIT"
+ },
+ {
+ "name": "@vuetify/loader-shared",
+ "version": "2.1.2",
+ "author": "Kael Watts-Deuchar",
+ "license": "MIT"
+ },
+ {
+ "name": "@webassemblyjs/ast",
+ "version": "1.11.1",
+ "author": "Sven Sauleau",
+ "license": "MIT"
+ },
+ {
+ "name": "@webassemblyjs/floating-point-hex-parser",
+ "version": "1.11.1",
+ "author": "Mauro Bringolf",
+ "license": "MIT"
+ },
+ {
+ "name": "@webassemblyjs/helper-api-error",
+ "version": "1.11.1",
+ "author": "Sven Sauleau",
+ "license": "MIT"
+ },
+ {
+ "name": "@webassemblyjs/helper-buffer",
+ "version": "1.11.1",
+ "author": "Sven Sauleau",
+ "license": "MIT"
+ },
+ {
+ "name": "@webassemblyjs/helper-numbers",
+ "version": "1.11.1",
+ "author": "Sven Sauleau",
+ "license": "MIT"
+ },
+ {
+ "name": "@webassemblyjs/helper-wasm-bytecode",
+ "version": "1.11.1",
+ "author": "Sven Sauleau",
+ "license": "MIT"
+ },
+ {
+ "name": "@webassemblyjs/helper-wasm-section",
+ "version": "1.11.1",
+ "author": "Sven Sauleau",
+ "license": "MIT"
+ },
+ {
+ "name": "@webassemblyjs/ieee754",
+ "version": "1.11.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@webassemblyjs/leb128",
+ "version": "1.11.1",
+ "author": "—",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@webassemblyjs/utf8",
+ "version": "1.11.1",
+ "author": "Sven Sauleau",
+ "license": "MIT"
+ },
+ {
+ "name": "@webassemblyjs/wasm-edit",
+ "version": "1.11.1",
+ "author": "Sven Sauleau",
+ "license": "MIT"
+ },
+ {
+ "name": "@webassemblyjs/wasm-gen",
+ "version": "1.11.1",
+ "author": "Sven Sauleau",
+ "license": "MIT"
+ },
+ {
+ "name": "@webassemblyjs/wasm-opt",
+ "version": "1.11.1",
+ "author": "Sven Sauleau",
+ "license": "MIT"
+ },
+ {
+ "name": "@webassemblyjs/wasm-parser",
+ "version": "1.11.1",
+ "author": "Sven Sauleau",
+ "license": "MIT"
+ },
+ {
+ "name": "@webassemblyjs/wast-printer",
+ "version": "1.11.1",
+ "author": "Sven Sauleau",
+ "license": "MIT"
+ },
+ {
+ "name": "@xmldom/xmldom",
+ "version": "0.8.13",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "@xtuc/ieee754",
+ "version": "1.2.0",
+ "author": "Feross Aboukhadijeh",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "@xtuc/long",
+ "version": "4.2.2",
+ "author": "Daniel Wirtz",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "@zarrita/storage",
+ "version": "0.2.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "abbrev",
+ "version": "2.0.0",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "abbrev",
+ "version": "1.0.3",
+ "author": "Isaac Z. Schlueter",
+ "license": "Unknown"
+ },
+ {
+ "name": "acorn",
+ "version": "1.0.3",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "acorn-import-assertions",
+ "version": "1.9.0",
+ "author": "Sven Sauleau",
+ "license": "MIT"
+ },
+ {
+ "name": "acorn-jsx",
+ "version": "5.3.2",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "agent-base",
+ "version": "6.0.2",
+ "author": "Nathan Rajlich",
+ "license": "MIT"
+ },
+ {
+ "name": "agentkeepalive",
+ "version": "4.6.0",
+ "author": "fengmk2",
+ "license": "MIT"
+ },
+ {
+ "name": "aggregate-error",
+ "version": "3.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "ajv",
+ "version": "6.12.0",
+ "author": "Evgeny Poberezkin",
+ "license": "MIT"
+ },
+ {
+ "name": "ajv-keywords",
+ "version": "3.5.2",
+ "author": "Evgeny Poberezkin",
+ "license": "MIT"
+ },
+ {
+ "name": "ansi-escapes",
+ "version": "4.3.2",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "ansi-regex",
+ "version": "5.0.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "ansi-styles",
+ "version": "4.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "app-builder-bin",
+ "version": "5.0.0-alpha.12",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "app-builder-lib",
+ "version": "26.8.1",
+ "author": "Vladimir Krivosheev",
+ "license": "MIT"
+ },
+ {
+ "name": "argparse",
+ "version": "1.0.10",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "argparse",
+ "version": "2.0.1",
+ "author": "—",
+ "license": "Python-2.0"
+ },
+ {
+ "name": "array-buffer-byte-length",
+ "version": "1.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "arraybuffer.prototype.slice",
+ "version": "1.0.4",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "asar",
+ "version": "3.2.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "ast-types",
+ "version": "0.8.15",
+ "author": "Ben Newman",
+ "license": "MIT"
+ },
+ {
+ "name": "ast-v8-to-istanbul",
+ "version": "1.0.0",
+ "author": "Ari Perkkiö",
+ "license": "MIT"
+ },
+ {
+ "name": "async",
+ "version": "3.2.3",
+ "author": "Caolan McMahon",
+ "license": "MIT"
+ },
+ {
+ "name": "async-exit-hook",
+ "version": "2.0.1",
+ "author": "Tapani Moilanen",
+ "license": "MIT"
+ },
+ {
+ "name": "async-function",
+ "version": "1.0.0",
+ "author": "Jordan Harbamd",
+ "license": "MIT"
+ },
+ {
+ "name": "asynckit",
+ "version": "0.4.0",
+ "author": "Alex Indigo",
+ "license": "MIT"
+ },
+ {
+ "name": "at-least-node",
+ "version": "1.0.0",
+ "author": "Ryan Zimmerman",
+ "license": "ISC"
+ },
+ {
+ "name": "author-regex",
+ "version": "1.0.0",
+ "author": "Jon Schlinkert",
+ "license": "MIT"
+ },
+ {
+ "name": "available-typed-arrays",
+ "version": "1.0.7",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "balanced-match",
+ "version": "0.4.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "base64-js",
+ "version": "1.5.1",
+ "author": "T. Jameson Little",
+ "license": "MIT"
+ },
+ {
+ "name": "bidi-js",
+ "version": "1.0.3",
+ "author": "Jason Johnston",
+ "license": "MIT"
+ },
+ {
+ "name": "bluebird",
+ "version": "3.1.1",
+ "author": "Petka Antonov",
+ "license": "MIT"
+ },
+ {
+ "name": "blueimp-canvas-to-blob",
+ "version": "3.29.0",
+ "author": "Sebastian Tschan",
+ "license": "MIT"
+ },
+ {
+ "name": "boolbase",
+ "version": "1.0.0",
+ "author": "Felix Boehm",
+ "license": "ISC"
+ },
+ {
+ "name": "boolean",
+ "version": "3.2.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "brace-expansion",
+ "version": "1.1.7",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "braces",
+ "version": "3.0.1",
+ "author": "Jon Schlinkert",
+ "license": "MIT"
+ },
+ {
+ "name": "browserslist",
+ "version": "4.14.5",
+ "author": "Andrey Sitnik",
+ "license": "MIT"
+ },
+ {
+ "name": "buffer-crc32",
+ "version": "0.2.3",
+ "author": "Brian J. Brennan",
+ "license": "Unknown"
+ },
+ {
+ "name": "buffer-from",
+ "version": "1.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "builder-util",
+ "version": "26.8.1",
+ "author": "Vladimir Krivosheev",
+ "license": "MIT"
+ },
+ {
+ "name": "builder-util-runtime",
+ "version": "9.5.1",
+ "author": "Vladimir Krivosheev",
+ "license": "MIT"
+ },
+ {
+ "name": "cacache",
+ "version": "16.1.3",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "cacheable-lookup",
+ "version": "5.0.3",
+ "author": "Szymon Marczak",
+ "license": "MIT"
+ },
+ {
+ "name": "cacheable-request",
+ "version": "7.0.1",
+ "author": "Luke Childs",
+ "license": "MIT"
+ },
+ {
+ "name": "call-bind",
+ "version": "1.0.9",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "call-bind-apply-helpers",
+ "version": "1.0.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "call-bound",
+ "version": "1.0.4",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "callsites",
+ "version": "3.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "camelcase",
+ "version": "5.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "caniuse-lite",
+ "version": "1.0.30001135",
+ "author": "Ben Briggs",
+ "license": "CC-BY-4.0"
+ },
+ {
+ "name": "chai",
+ "version": "6.2.2",
+ "author": "Jake Luer",
+ "license": "MIT"
+ },
+ {
+ "name": "chalk",
+ "version": "4.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "chardet",
+ "version": "0.7.0",
+ "author": "Dmitry Shirokov",
+ "license": "MIT"
+ },
+ {
+ "name": "chownr",
+ "version": "2.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "chownr",
+ "version": "3.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "BlueOak-1.0.0"
+ },
+ {
+ "name": "chrome-trace-event",
+ "version": "1.0.2",
+ "author": "Trent Mick, Sam Saccone",
+ "license": "MIT"
+ },
+ {
+ "name": "chromium-pickle-js",
+ "version": "0.2.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "ci-info",
+ "version": "4.3.1",
+ "author": "Thomas Watson Steen",
+ "license": "MIT"
+ },
+ {
+ "name": "clean-stack",
+ "version": "2.2.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "cli-cursor",
+ "version": "3.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "cli-spinners",
+ "version": "2.4.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "cli-table3",
+ "version": "0.5.1",
+ "author": "James Talmage",
+ "license": "MIT"
+ },
+ {
+ "name": "cli-truncate",
+ "version": "3.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "cli-width",
+ "version": "4.1.0",
+ "author": "Ilya Radchenko",
+ "license": "ISC"
+ },
+ {
+ "name": "click-outside-vue3",
+ "version": "4.0.1",
+ "author": "ndelvalle",
+ "license": "MIT"
+ },
+ {
+ "name": "cliui",
+ "version": "4.0.0",
+ "author": "Ben Coe",
+ "license": "ISC"
+ },
+ {
+ "name": "clone",
+ "version": "1.0.2",
+ "author": "Paul Vorbach",
+ "license": "MIT"
+ },
+ {
+ "name": "clone-response",
+ "version": "1.0.2",
+ "author": "Luke Childs",
+ "license": "MIT"
+ },
+ {
+ "name": "code-point-at",
+ "version": "1.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "color-convert",
+ "version": "2.0.0",
+ "author": "Heather Arthur",
+ "license": "MIT"
+ },
+ {
+ "name": "color-name",
+ "version": "1.1.4",
+ "author": "DY",
+ "license": "MIT"
+ },
+ {
+ "name": "colorette",
+ "version": "2.0.20",
+ "author": "Jorge Bucaran",
+ "license": "MIT"
+ },
+ {
+ "name": "colors",
+ "version": "1.4.0",
+ "author": "Marak Squires",
+ "license": "MIT"
+ },
+ {
+ "name": "combined-stream",
+ "version": "1.0.8",
+ "author": "Felix Geisendörfer",
+ "license": "MIT"
+ },
+ {
+ "name": "commander",
+ "version": "2.20.0",
+ "author": "TJ Holowaychuk",
+ "license": "MIT"
+ },
+ {
+ "name": "compare-version",
+ "version": "0.1.2",
+ "author": "Kevin Mårtensson",
+ "license": "MIT"
+ },
+ {
+ "name": "component-emitter",
+ "version": "2.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "compressorjs",
+ "version": "1.3.0",
+ "author": "Chen Fengyuan",
+ "license": "MIT"
+ },
+ {
+ "name": "concat-map",
+ "version": "0.0.1",
+ "author": "James Halliday",
+ "license": "MIT"
+ },
+ {
+ "name": "config-chain",
+ "version": "1.1.11",
+ "author": "Dominic Tarr",
+ "license": "MIT"
+ },
+ {
+ "name": "convert-source-map",
+ "version": "2.0.0",
+ "author": "Thorsten Lorenz",
+ "license": "MIT"
+ },
+ {
+ "name": "core-util-is",
+ "version": "1.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "MIT"
+ },
+ {
+ "name": "cross-dirname",
+ "version": "0.1.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "cross-env",
+ "version": "10.1.0",
+ "author": "Kent C. Dodds",
+ "license": "MIT"
+ },
+ {
+ "name": "cross-spawn",
+ "version": "6.0.0",
+ "author": "André Cruz",
+ "license": "MIT"
+ },
+ {
+ "name": "cross-zip",
+ "version": "4.0.0",
+ "author": "Feross Aboukhadijeh",
+ "license": "MIT"
+ },
+ {
+ "name": "css-tree",
+ "version": "3.2.1",
+ "author": "Roman Dvornov",
+ "license": "MIT"
+ },
+ {
+ "name": "cssesc",
+ "version": "3.0.0",
+ "author": "Mathias Bynens",
+ "license": "MIT"
+ },
+ {
+ "name": "csstype",
+ "version": "3.2.3",
+ "author": "Fredrik Nicol",
+ "license": "MIT"
+ },
+ {
+ "name": "data-urls",
+ "version": "7.0.0",
+ "author": "Domenic Denicola",
+ "license": "MIT"
+ },
+ {
+ "name": "data-view-buffer",
+ "version": "1.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "data-view-byte-length",
+ "version": "1.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "data-view-byte-offset",
+ "version": "1.0.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "dayjs",
+ "version": "1.11.20",
+ "author": "iamkun",
+ "license": "MIT"
+ },
+ {
+ "name": "debug",
+ "version": "2.2.0",
+ "author": "Josh Junon",
+ "license": "MIT"
+ },
+ {
+ "name": "decamelize",
+ "version": "1.2.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "decimal.js",
+ "version": "10.6.0",
+ "author": "Michael Mclaughlin",
+ "license": "MIT"
+ },
+ {
+ "name": "decompress-response",
+ "version": "6.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "deep-is",
+ "version": "0.1.3",
+ "author": "Thorsten Lorenz",
+ "license": "MIT"
+ },
+ {
+ "name": "defaults",
+ "version": "1.0.3",
+ "author": "Elijah Insua",
+ "license": "MIT"
+ },
+ {
+ "name": "defer-to-connect",
+ "version": "2.0.0",
+ "author": "Szymon Marczak",
+ "license": "MIT"
+ },
+ {
+ "name": "define-data-property",
+ "version": "1.1.4",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "define-properties",
+ "version": "1.1.3",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "delayed-stream",
+ "version": "1.0.0",
+ "author": "Felix Geisendörfer",
+ "license": "MIT"
+ },
+ {
+ "name": "detect-libc",
+ "version": "2.0.1",
+ "author": "Lovell Fuller",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "detect-node",
+ "version": "2.0.4",
+ "author": "Ilya Kantor",
+ "license": "ISC"
+ },
+ {
+ "name": "dijkstrajs",
+ "version": "1.0.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "dir-compare",
+ "version": "4.2.0",
+ "author": "Liviu Grigorescu",
+ "license": "MIT"
+ },
+ {
+ "name": "dmg-builder",
+ "version": "26.8.1",
+ "author": "Vladimir Krivosheev",
+ "license": "MIT"
+ },
+ {
+ "name": "dompurify",
+ "version": "3.4.5",
+ "author": "Dr.-Ing. Mario Heiderich, Cure53",
+ "license": "(MPL-2.0 OR Apache-2.0)"
+ },
+ {
+ "name": "dotenv",
+ "version": "16.6.1",
+ "author": "—",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "dotenv-expand",
+ "version": "11.0.6",
+ "author": "motdotla",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "dunder-proto",
+ "version": "1.0.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "earcut",
+ "version": "3.0.0",
+ "author": "Vladimir Agafonkin",
+ "license": "ISC"
+ },
+ {
+ "name": "editorconfig",
+ "version": "1.0.3",
+ "author": "EditorConfig Team",
+ "license": "MIT"
+ },
+ {
+ "name": "ejs",
+ "version": "3.1.8",
+ "author": "Matthew Eernisse",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "electron",
+ "version": "41.2.2",
+ "author": "Electron Community",
+ "license": "MIT"
+ },
+ {
+ "name": "electron-builder",
+ "version": "26.8.1",
+ "author": "Vladimir Krivosheev",
+ "license": "MIT"
+ },
+ {
+ "name": "electron-builder-squirrel-windows",
+ "version": "26.8.1",
+ "author": "Vladimir Krivosheev",
+ "license": "MIT"
+ },
+ {
+ "name": "electron-installer-common",
+ "version": "0.10.2",
+ "author": "Mark Lee",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "electron-installer-debian",
+ "version": "3.2.0",
+ "author": "Daniel Perez Alvarez",
+ "license": "MIT"
+ },
+ {
+ "name": "electron-installer-redhat",
+ "version": "3.2.0",
+ "author": "Daniel Perez Alvarez",
+ "license": "MIT"
+ },
+ {
+ "name": "electron-installer-snap",
+ "version": "5.2.0",
+ "author": "Mark Lee",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "electron-prompt",
+ "version": "1.7.0",
+ "author": "p-sam",
+ "license": "MIT"
+ },
+ {
+ "name": "electron-publish",
+ "version": "26.8.1",
+ "author": "Vladimir Krivosheev",
+ "license": "MIT"
+ },
+ {
+ "name": "electron-to-chromium",
+ "version": "1.3.571",
+ "author": "Kilian Valkhof",
+ "license": "ISC"
+ },
+ {
+ "name": "electron-winstaller",
+ "version": "5.3.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "emoji-picker-element",
+ "version": "1.29.1",
+ "author": "Nolan Lawson",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "emoji-picker-element-data",
+ "version": "1.8.0",
+ "author": "Nolan Lawson",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "emoji-regex",
+ "version": "8.0.0",
+ "author": "Mathias Bynens",
+ "license": "MIT"
+ },
+ {
+ "name": "encodeurl",
+ "version": "1.0.2",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "encoding",
+ "version": "0.1.13",
+ "author": "Andris Reinman",
+ "license": "MIT"
+ },
+ {
+ "name": "end-of-stream",
+ "version": "1.1.0",
+ "author": "Mathias Buus",
+ "license": "MIT"
+ },
+ {
+ "name": "enhanced-resolve",
+ "version": "5.8.3",
+ "author": "Tobias Koppers @sokra",
+ "license": "MIT"
+ },
+ {
+ "name": "entities",
+ "version": "7.0.1",
+ "author": "Felix Boehm",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "env-paths",
+ "version": "2.2.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "err-code",
+ "version": "2.0.2",
+ "author": "IndigoUnited",
+ "license": "MIT"
+ },
+ {
+ "name": "error-ex",
+ "version": "1.2.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "es-abstract",
+ "version": "1.24.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "es-define-property",
+ "version": "1.0.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "es-errors",
+ "version": "1.3.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "es-module-lexer",
+ "version": "0.9.0",
+ "author": "Guy Bedford",
+ "license": "MIT"
+ },
+ {
+ "name": "es-object-atoms",
+ "version": "1.0.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "es-set-tostringtag",
+ "version": "2.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "es-to-primitive",
+ "version": "1.3.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "es6-error",
+ "version": "4.1.1",
+ "author": "Ben Youngblood",
+ "license": "MIT"
+ },
+ {
+ "name": "escalade",
+ "version": "3.0.2",
+ "author": "Luke Edwards",
+ "license": "MIT"
+ },
+ {
+ "name": "escape-string-regexp",
+ "version": "1.0.2",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "eslint",
+ "version": "9.39.4",
+ "author": "Nicholas C. Zakas",
+ "license": "MIT"
+ },
+ {
+ "name": "eslint-config-prettier",
+ "version": "10.1.8",
+ "author": "Simon Lydell",
+ "license": "MIT"
+ },
+ {
+ "name": "eslint-plugin-prettier",
+ "version": "5.5.5",
+ "author": "Teddy Katz",
+ "license": "MIT"
+ },
+ {
+ "name": "eslint-plugin-security",
+ "version": "3.0.1",
+ "author": "Node Security Project",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "eslint-plugin-vue",
+ "version": "10.9.1",
+ "author": "Toru Nagashima",
+ "license": "MIT"
+ },
+ {
+ "name": "eslint-scope",
+ "version": "5.1.1",
+ "author": "—",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "eslint-visitor-keys",
+ "version": "3.3.0",
+ "author": "Toru Nagashima",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "esmangle-evaluator",
+ "version": "1.0.1",
+ "author": "Andres Suarez",
+ "license": "MIT"
+ },
+ {
+ "name": "espree",
+ "version": "10.3.0",
+ "author": "Nicholas C. Zakas",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "esprima",
+ "version": "4.0.0",
+ "author": "Ariya Hidayat",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "esprima-fb",
+ "version": "15001.1001.0-dev-harmony-fb",
+ "author": "Ariya Hidayat",
+ "license": "BSD"
+ },
+ {
+ "name": "esquery",
+ "version": "1.6.0",
+ "author": "Joel Feenstra",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "esrecurse",
+ "version": "4.3.0",
+ "author": "—",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "estraverse",
+ "version": "4.1.1",
+ "author": "—",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "estree-walker",
+ "version": "2.0.2",
+ "author": "Rich Harris",
+ "license": "MIT"
+ },
+ {
+ "name": "esutils",
+ "version": "2.0.2",
+ "author": "—",
+ "license": "BSD"
+ },
+ {
+ "name": "eventemitter3",
+ "version": "5.0.1",
+ "author": "Arnout Kazemier",
+ "license": "MIT"
+ },
+ {
+ "name": "events",
+ "version": "3.2.0",
+ "author": "Irakli Gozalishvili",
+ "license": "MIT"
+ },
+ {
+ "name": "execa",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "expect-type",
+ "version": "1.3.0",
+ "author": "—",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "exponential-backoff",
+ "version": "3.1.1",
+ "author": "Sami Sayegh",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "external-editor",
+ "version": "3.1.0",
+ "author": "Kevin Gravier",
+ "license": "MIT"
+ },
+ {
+ "name": "extract-zip",
+ "version": "2.0.0",
+ "author": "max ogden",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "fake-indexeddb",
+ "version": "6.2.5",
+ "author": "Jeremy Scheff",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "falafel",
+ "version": "1.2.0",
+ "author": "James Halliday",
+ "license": "MIT"
+ },
+ {
+ "name": "fast-deep-equal",
+ "version": "3.1.1",
+ "author": "Evgeny Poberezkin",
+ "license": "MIT"
+ },
+ {
+ "name": "fast-diff",
+ "version": "1.1.2",
+ "author": "Jason Chen",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "fast-glob",
+ "version": "3.2.7",
+ "author": "Denis Malinochkin",
+ "license": "MIT"
+ },
+ {
+ "name": "fast-json-stable-stringify",
+ "version": "2.0.0",
+ "author": "James Halliday",
+ "license": "MIT"
+ },
+ {
+ "name": "fast-levenshtein",
+ "version": "2.0.6",
+ "author": "Ramesh Nair",
+ "license": "MIT"
+ },
+ {
+ "name": "fastq",
+ "version": "1.6.0",
+ "author": "Matteo Collina",
+ "license": "ISC"
+ },
+ {
+ "name": "fd-slicer",
+ "version": "1.1.0",
+ "author": "Andrew Kelley",
+ "license": "MIT"
+ },
+ {
+ "name": "fdir",
+ "version": "6.4.3",
+ "author": "thecodrr",
+ "license": "MIT"
+ },
+ {
+ "name": "fflate",
+ "version": "0.8.0",
+ "author": "Arjun Barrett",
+ "license": "MIT"
+ },
+ {
+ "name": "file-entry-cache",
+ "version": "8.0.0",
+ "author": "Jared Wray",
+ "license": "MIT"
+ },
+ {
+ "name": "filelist",
+ "version": "1.0.1",
+ "author": "Matthew Eernisse",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "filename-reserved-regex",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "filenamify",
+ "version": "4.3.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "fill-range",
+ "version": "7.0.1",
+ "author": "Jon Schlinkert",
+ "license": "MIT"
+ },
+ {
+ "name": "find-up",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "flat-cache",
+ "version": "4.0.0",
+ "author": "Jared Wray",
+ "license": "MIT"
+ },
+ {
+ "name": "flatted",
+ "version": "3.4.2",
+ "author": "Andrea Giammarchi",
+ "license": "ISC"
+ },
+ {
+ "name": "flora-colossus",
+ "version": "2.0.0",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "for-each",
+ "version": "0.3.5",
+ "author": "Raynos",
+ "license": "MIT"
+ },
+ {
+ "name": "foreach",
+ "version": "2.0.6",
+ "author": "Manuel Stofer",
+ "license": "MIT"
+ },
+ {
+ "name": "foreground-child",
+ "version": "3.1.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "form-data",
+ "version": "4.0.5",
+ "author": "Felix Geisendörfer",
+ "license": "MIT"
+ },
+ {
+ "name": "fs-extra",
+ "version": "7.0.1",
+ "author": "JP Richardson",
+ "license": "MIT"
+ },
+ {
+ "name": "fs-minipass",
+ "version": "2.1.0",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "fs.realpath",
+ "version": "1.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "function-bind",
+ "version": "1.1.1",
+ "author": "Raynos",
+ "license": "MIT"
+ },
+ {
+ "name": "function.prototype.name",
+ "version": "1.1.8",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "functions-have-names",
+ "version": "1.2.3",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "galactus",
+ "version": "1.0.0",
+ "author": "Samuel Attard",
+ "license": "MIT"
+ },
+ {
+ "name": "gar",
+ "version": "1.0.4",
+ "author": "Ethan Davis",
+ "license": "MIT"
+ },
+ {
+ "name": "generator-function",
+ "version": "2.0.1",
+ "author": "Jordan Harbamd",
+ "license": "MIT"
+ },
+ {
+ "name": "geotiff",
+ "version": "3.0.5",
+ "author": "Fabian Schindler",
+ "license": "MIT"
+ },
+ {
+ "name": "get-caller-file",
+ "version": "1.0.1",
+ "author": "Stefan Penner",
+ "license": "ISC"
+ },
+ {
+ "name": "get-folder-size",
+ "version": "2.0.1",
+ "author": "Alexandru Vladutu",
+ "license": "MIT"
+ },
+ {
+ "name": "get-intrinsic",
+ "version": "1.1.3",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "get-package-info",
+ "version": "1.0.0",
+ "author": "Rahat Ahmed",
+ "license": "MIT"
+ },
+ {
+ "name": "get-proto",
+ "version": "1.0.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "get-stream",
+ "version": "4.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "get-symbol-description",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "glob",
+ "version": "7.1.3",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "glob-parent",
+ "version": "5.1.2",
+ "author": "Gulp Team",
+ "license": "ISC"
+ },
+ {
+ "name": "glob-to-regexp",
+ "version": "0.4.1",
+ "author": "Nick Fitzgerald",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "global-agent",
+ "version": "3.0.0",
+ "author": "Gajus Kuizinas",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "global-dirs",
+ "version": "3.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "global-tunnel-ng",
+ "version": "2.7.1",
+ "author": "GoInstant Inc., a salesforce.com company",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "globals",
+ "version": "14.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "globalthis",
+ "version": "1.0.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "gopd",
+ "version": "1.0.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "got",
+ "version": "11.7.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "graceful-fs",
+ "version": "4.1.2",
+ "author": "—",
+ "license": "ISC"
+ },
+ {
+ "name": "has",
+ "version": "1.0.4",
+ "author": "Thiago de Arruda",
+ "license": "MIT"
+ },
+ {
+ "name": "has-bigints",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "has-flag",
+ "version": "4.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "has-property-descriptors",
+ "version": "1.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "has-proto",
+ "version": "1.0.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "has-symbols",
+ "version": "1.0.3",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "has-tostringtag",
+ "version": "1.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "hasown",
+ "version": "2.0.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "hosted-git-info",
+ "version": "2.0.2",
+ "author": "Rebecca Turner",
+ "license": "ISC"
+ },
+ {
+ "name": "html-encoding-sniffer",
+ "version": "6.0.0",
+ "author": "Domenic Denicola",
+ "license": "MIT"
+ },
+ {
+ "name": "html-escaper",
+ "version": "2.0.0",
+ "author": "Andrea Giammarchi",
+ "license": "MIT"
+ },
+ {
+ "name": "http-cache-semantics",
+ "version": "4.0.0",
+ "author": "Kornel Lesiński",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "http-proxy-agent",
+ "version": "5.0.0",
+ "author": "Nathan Rajlich",
+ "license": "MIT"
+ },
+ {
+ "name": "http2-wrapper",
+ "version": "1.0.0-beta.5.2",
+ "author": "Szymon Marczak",
+ "license": "MIT"
+ },
+ {
+ "name": "https-proxy-agent",
+ "version": "5.0.1",
+ "author": "Nathan Rajlich",
+ "license": "MIT"
+ },
+ {
+ "name": "humanize-ms",
+ "version": "1.2.1",
+ "author": "dead-horse",
+ "license": "MIT"
+ },
+ {
+ "name": "iconv-lite",
+ "version": "0.4.24",
+ "author": "Alexander Shtuchkin",
+ "license": "MIT"
+ },
+ {
+ "name": "ignore",
+ "version": "5.3.2",
+ "author": "kael",
+ "license": "MIT"
+ },
+ {
+ "name": "immediate",
+ "version": "3.0.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "import-fresh",
+ "version": "3.2.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "imurmurhash",
+ "version": "0.1.4",
+ "author": "Jens Taylor",
+ "license": "MIT"
+ },
+ {
+ "name": "indent-string",
+ "version": "4.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "infer-owner",
+ "version": "1.0.4",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "inflight",
+ "version": "1.0.4",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "inherits",
+ "version": "2.0.1",
+ "author": "—",
+ "license": "ISC"
+ },
+ {
+ "name": "inherits",
+ "version": "2.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "WTFPL2"
+ },
+ {
+ "name": "ini",
+ "version": "1.3.4",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "inline-process-browser",
+ "version": "1.0.0",
+ "author": "Calvin W. Metcalf",
+ "license": "MIT"
+ },
+ {
+ "name": "internal-slot",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "interpret",
+ "version": "3.1.1",
+ "author": "Gulp Team",
+ "license": "MIT"
+ },
+ {
+ "name": "invert-kv",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "ip",
+ "version": "2.0.1",
+ "author": "Fedor Indutny",
+ "license": "MIT"
+ },
+ {
+ "name": "is-array-buffer",
+ "version": "3.0.5",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-async-function",
+ "version": "2.1.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-bigint",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-blob",
+ "version": "2.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "is-boolean-object",
+ "version": "1.2.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-callable",
+ "version": "1.2.7",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-core-module",
+ "version": "2.16.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-data-view",
+ "version": "1.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-date-object",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-extglob",
+ "version": "2.1.1",
+ "author": "Jon Schlinkert",
+ "license": "MIT"
+ },
+ {
+ "name": "is-finalizationregistry",
+ "version": "1.1.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-fullwidth-code-point",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "is-generator-function",
+ "version": "1.1.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-glob",
+ "version": "4.0.1",
+ "author": "Jon Schlinkert",
+ "license": "MIT"
+ },
+ {
+ "name": "is-interactive",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "is-lambda",
+ "version": "1.0.1",
+ "author": "Thomas Watson Steen",
+ "license": "MIT"
+ },
+ {
+ "name": "is-map",
+ "version": "2.0.3",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-negative-zero",
+ "version": "2.0.3",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-number",
+ "version": "7.0.0",
+ "author": "Jon Schlinkert",
+ "license": "MIT"
+ },
+ {
+ "name": "is-number-object",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-potential-custom-element-name",
+ "version": "1.0.1",
+ "author": "Mathias Bynens",
+ "license": "MIT"
+ },
+ {
+ "name": "is-regex",
+ "version": "1.2.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-set",
+ "version": "2.0.3",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-shared-array-buffer",
+ "version": "1.0.4",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-stream",
+ "version": "1.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "is-string",
+ "version": "1.1.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-symbol",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-typed-array",
+ "version": "1.1.15",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-weakmap",
+ "version": "2.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-weakref",
+ "version": "1.1.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "is-weakset",
+ "version": "2.0.4",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "isarray",
+ "version": "0.0.1",
+ "author": "Julian Gruber",
+ "license": "MIT"
+ },
+ {
+ "name": "isbinaryfile",
+ "version": "4.0.8",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "isexe",
+ "version": "1.1.1",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "istanbul-lib-coverage",
+ "version": "3.2.2",
+ "author": "Krishnan Anantheswaran",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "istanbul-lib-report",
+ "version": "3.0.1",
+ "author": "Krishnan Anantheswaran",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "istanbul-reports",
+ "version": "3.2.0",
+ "author": "Krishnan Anantheswaran",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "jackspeak",
+ "version": "2.0.3",
+ "author": "Isaac Z. Schlueter",
+ "license": "BlueOak-1.0.0"
+ },
+ {
+ "name": "jake",
+ "version": "10.8.5",
+ "author": "Matthew Eernisse",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "jest-worker",
+ "version": "27.0.2",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "jiti",
+ "version": "2.4.2",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "js-beautify",
+ "version": "1.14.9",
+ "author": "Einar Lielmanis",
+ "license": "MIT"
+ },
+ {
+ "name": "js-tokens",
+ "version": "10.0.0",
+ "author": "Simon Lydell",
+ "license": "MIT"
+ },
+ {
+ "name": "js-yaml",
+ "version": "3.14.2",
+ "author": "Vladimir Zapparov",
+ "license": "MIT"
+ },
+ {
+ "name": "jsdom",
+ "version": "29.1.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "json-buffer",
+ "version": "3.0.1",
+ "author": "Dominic Tarr",
+ "license": "MIT"
+ },
+ {
+ "name": "json-parse-better-errors",
+ "version": "1.0.2",
+ "author": "Kat Marchán",
+ "license": "MIT"
+ },
+ {
+ "name": "json-schema-traverse",
+ "version": "0.4.1",
+ "author": "Evgeny Poberezkin",
+ "license": "MIT"
+ },
+ {
+ "name": "json-stable-stringify-without-jsonify",
+ "version": "1.0.1",
+ "author": "James Halliday",
+ "license": "MIT"
+ },
+ {
+ "name": "json-stringify-pretty-compact",
+ "version": "4.0.0",
+ "author": "Simon Lydell",
+ "license": "MIT"
+ },
+ {
+ "name": "json-stringify-safe",
+ "version": "5.0.1",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "json5",
+ "version": "2.2.3",
+ "author": "Aseem Kishore",
+ "license": "MIT"
+ },
+ {
+ "name": "jsonfile",
+ "version": "4.0.0",
+ "author": "JP Richardson",
+ "license": "MIT"
+ },
+ {
+ "name": "jszip",
+ "version": "3.10.1",
+ "author": "Stuart Knightley",
+ "license": "(MIT OR GPL-3.0-or-later)"
+ },
+ {
+ "name": "junk",
+ "version": "3.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "keycharm",
+ "version": "0.4.0",
+ "author": "Alex de Mulder",
+ "license": "(Apache-2.0 OR MIT)"
+ },
+ {
+ "name": "keyv",
+ "version": "4.0.0",
+ "author": "Jared Wray",
+ "license": "MIT"
+ },
+ {
+ "name": "lazy-val",
+ "version": "1.0.5",
+ "author": "Vladimir Krivosheev",
+ "license": "MIT"
+ },
+ {
+ "name": "lcid",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "lerc",
+ "version": "3.0.0",
+ "author": "Esri",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "levn",
+ "version": "0.4.1",
+ "author": "George Zahariev",
+ "license": "MIT"
+ },
+ {
+ "name": "lie",
+ "version": "3.3.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "lightningcss",
+ "version": "1.32.0",
+ "author": "—",
+ "license": "MPL-2.0"
+ },
+ {
+ "name": "lightningcss-linux-x64-gnu",
+ "version": "1.32.0",
+ "author": "—",
+ "license": "MPL-2.0"
+ },
+ {
+ "name": "listr2",
+ "version": "7.0.2",
+ "author": "Cenk Kilic",
+ "license": "MIT"
+ },
+ {
+ "name": "load-json-file",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "loader-runner",
+ "version": "4.2.0",
+ "author": "Tobias Koppers @sokra",
+ "license": "MIT"
+ },
+ {
+ "name": "locate-path",
+ "version": "3.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "lodash",
+ "version": "4.17.23",
+ "author": "John-David Dalton",
+ "license": "MIT"
+ },
+ {
+ "name": "lodash._reinterpolate",
+ "version": "3.0.0",
+ "author": "John-David Dalton",
+ "license": "MIT"
+ },
+ {
+ "name": "lodash.get",
+ "version": "4.0.0",
+ "author": "John-David Dalton",
+ "license": "MIT"
+ },
+ {
+ "name": "lodash.merge",
+ "version": "4.6.2",
+ "author": "John-David Dalton",
+ "license": "MIT"
+ },
+ {
+ "name": "lodash.template",
+ "version": "4.18.1",
+ "author": "John-David Dalton",
+ "license": "MIT"
+ },
+ {
+ "name": "lodash.templatesettings",
+ "version": "4.2.0",
+ "author": "John-David Dalton",
+ "license": "MIT"
+ },
+ {
+ "name": "log-symbols",
+ "version": "4.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "log-update",
+ "version": "5.0.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "lowercase-keys",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "lru-cache",
+ "version": "6.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "lru-cache",
+ "version": "11.5.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "BlueOak-1.0.0"
+ },
+ {
+ "name": "magic-string",
+ "version": "0.30.21",
+ "author": "Rich Harris",
+ "license": "MIT"
+ },
+ {
+ "name": "magicast",
+ "version": "0.5.2",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "make-dir",
+ "version": "4.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "make-fetch-happen",
+ "version": "10.2.1",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "map-age-cleaner",
+ "version": "0.1.1",
+ "author": "Sam Verschueren",
+ "license": "MIT"
+ },
+ {
+ "name": "mapbox-to-css-font",
+ "version": "3.2.0",
+ "author": "Andreas Hocevar",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "marked",
+ "version": "18.0.4",
+ "author": "Christopher Jeffrey",
+ "license": "MIT"
+ },
+ {
+ "name": "matcher",
+ "version": "3.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "math-intrinsics",
+ "version": "1.0.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "mdn-data",
+ "version": "2.27.1",
+ "author": "Mozilla Developer Network",
+ "license": "CC0-1.0"
+ },
+ {
+ "name": "mem",
+ "version": "4.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "merge-stream",
+ "version": "2.0.0",
+ "author": "Stephen Sugden",
+ "license": "MIT"
+ },
+ {
+ "name": "merge2",
+ "version": "1.3.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "micromatch",
+ "version": "4.0.4",
+ "author": "Jon Schlinkert",
+ "license": "MIT"
+ },
+ {
+ "name": "micron-parser",
+ "version": "0.0.0",
+ "author": "—",
+ "license": "Unknown"
+ },
+ {
+ "name": "mime",
+ "version": "2.5.2",
+ "author": "Robert Kieffer",
+ "license": "MIT"
+ },
+ {
+ "name": "mime-db",
+ "version": "1.24.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "mime-types",
+ "version": "2.1.12",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "mimic-fn",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "mimic-response",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "mini-svg-data-uri",
+ "version": "1.2.3",
+ "author": "Taylor “Tigt” Hunt",
+ "license": "MIT"
+ },
+ {
+ "name": "minimatch",
+ "version": "3.1.3",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "minimatch",
+ "version": "10.2.1",
+ "author": "Isaac Z. Schlueter",
+ "license": "BlueOak-1.0.0"
+ },
+ {
+ "name": "minimist",
+ "version": "1.2.6",
+ "author": "James Halliday",
+ "license": "MIT"
+ },
+ {
+ "name": "minipass",
+ "version": "3.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "minipass",
+ "version": "7.1.3",
+ "author": "Isaac Z. Schlueter",
+ "license": "BlueOak-1.0.0"
+ },
+ {
+ "name": "minipass-collect",
+ "version": "1.0.2",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "minipass-fetch",
+ "version": "2.1.2",
+ "author": "GitHub Inc.",
+ "license": "MIT"
+ },
+ {
+ "name": "minipass-flush",
+ "version": "1.0.5",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "minipass-flush",
+ "version": "1.0.7",
+ "author": "Isaac Z. Schlueter",
+ "license": "BlueOak-1.0.0"
+ },
+ {
+ "name": "minipass-pipeline",
+ "version": "1.2.4",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "minipass-sized",
+ "version": "1.0.3",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "minizlib",
+ "version": "2.1.2",
+ "author": "Isaac Z. Schlueter",
+ "license": "MIT"
+ },
+ {
+ "name": "mitt",
+ "version": "3.0.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "mkdirp",
+ "version": "1.0.4",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "mrmime",
+ "version": "2.0.0",
+ "author": "Luke Edwards",
+ "license": "MIT"
+ },
+ {
+ "name": "ms",
+ "version": "0.7.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "mute-stream",
+ "version": "0.0.8",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "nanoid",
+ "version": "3.3.12",
+ "author": "Andrey Sitnik",
+ "license": "MIT"
+ },
+ {
+ "name": "natural-compare",
+ "version": "1.4.0",
+ "author": "Lauri Rooden",
+ "license": "MIT"
+ },
+ {
+ "name": "negotiator",
+ "version": "0.6.4",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "neo-async",
+ "version": "2.6.2",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "nice-try",
+ "version": "1.0.4",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "node-abi",
+ "version": "3.92.0",
+ "author": "Lukas Geiger",
+ "license": "MIT"
+ },
+ {
+ "name": "node-api-version",
+ "version": "0.2.1",
+ "author": "Tim Fish",
+ "license": "MIT"
+ },
+ {
+ "name": "node-fetch",
+ "version": "2.6.7",
+ "author": "David Frank",
+ "license": "MIT"
+ },
+ {
+ "name": "node-gyp",
+ "version": "11.2.0",
+ "author": "Nathan Rajlich",
+ "license": "MIT"
+ },
+ {
+ "name": "node-releases",
+ "version": "1.1.61",
+ "author": "Sergey Rubanov",
+ "license": "MIT"
+ },
+ {
+ "name": "nopt",
+ "version": "6.0.0",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "normalize-package-data",
+ "version": "2.3.2",
+ "author": "Meryn Stol",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "normalize-url",
+ "version": "4.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "npm-conf",
+ "version": "1.1.3",
+ "author": "Kevin Martensson",
+ "license": "MIT"
+ },
+ {
+ "name": "npm-run-path",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "nth-check",
+ "version": "2.1.1",
+ "author": "Felix Boehm",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "number-is-nan",
+ "version": "1.0.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "numcodecs",
+ "version": "0.3.2",
+ "author": "Trevor Manz",
+ "license": "MIT"
+ },
+ {
+ "name": "object-assign",
+ "version": "4.1.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "object-inspect",
+ "version": "1.13.4",
+ "author": "James Halliday",
+ "license": "MIT"
+ },
+ {
+ "name": "object-keys",
+ "version": "1.0.6",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "object.assign",
+ "version": "4.1.7",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "obug",
+ "version": "2.1.1",
+ "author": "Kevin Deng",
+ "license": "MIT"
+ },
+ {
+ "name": "ol",
+ "version": "10.9.0",
+ "author": "—",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "ol-mapbox-style",
+ "version": "13.4.1",
+ "author": "—",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "once",
+ "version": "1.3.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "BSD"
+ },
+ {
+ "name": "onetime",
+ "version": "5.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "optionator",
+ "version": "0.9.3",
+ "author": "George Zahariev",
+ "license": "MIT"
+ },
+ {
+ "name": "ora",
+ "version": "5.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "os-locale",
+ "version": "3.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "own-keys",
+ "version": "1.0.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "p-cancelable",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "p-defer",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "p-finally",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "p-is-promise",
+ "version": "1.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "p-limit",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "p-locate",
+ "version": "3.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "p-map",
+ "version": "4.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "p-try",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "pako",
+ "version": "1.0.11",
+ "author": "—",
+ "license": "(MIT AND Zlib)"
+ },
+ {
+ "name": "parent-module",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "parse-author",
+ "version": "2.0.0",
+ "author": "Jon Schlinkert",
+ "license": "MIT"
+ },
+ {
+ "name": "parse-headers",
+ "version": "2.0.2",
+ "author": "David Björklund",
+ "license": "MIT"
+ },
+ {
+ "name": "parse-json",
+ "version": "2.2.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "parse5",
+ "version": "8.0.1",
+ "author": "Ivan Nikulin",
+ "license": "MIT"
+ },
+ {
+ "name": "path-exists",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "path-is-absolute",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "path-key",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "path-parse",
+ "version": "1.0.7",
+ "author": "Javier Blanco",
+ "license": "MIT"
+ },
+ {
+ "name": "path-scurry",
+ "version": "1.7.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "BlueOak-1.0.0"
+ },
+ {
+ "name": "path-type",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "pathe",
+ "version": "2.0.3",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "pbf",
+ "version": "4.0.1",
+ "author": "Konstantin Kaefer",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "pe-library",
+ "version": "0.4.1",
+ "author": "jet",
+ "license": "MIT"
+ },
+ {
+ "name": "pend",
+ "version": "1.2.0",
+ "author": "Andrew Kelley",
+ "license": "MIT"
+ },
+ {
+ "name": "picocolors",
+ "version": "1.1.1",
+ "author": "Alexey Raspopov",
+ "license": "ISC"
+ },
+ {
+ "name": "picomatch",
+ "version": "2.2.3",
+ "author": "Jon Schlinkert",
+ "license": "MIT"
+ },
+ {
+ "name": "pify",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "pinkie",
+ "version": "1.0.0",
+ "author": "Vsevolod Strukchinsky",
+ "license": "MIT"
+ },
+ {
+ "name": "pinkie-promise",
+ "version": "1.0.0",
+ "author": "Vsevolod Strukchinsky",
+ "license": "MIT"
+ },
+ {
+ "name": "playwright",
+ "version": "1.59.1",
+ "author": "Microsoft Corporation",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "playwright-core",
+ "version": "1.59.1",
+ "author": "Microsoft Corporation",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "plist",
+ "version": "3.1.0",
+ "author": "Nathan Rajlich",
+ "license": "MIT"
+ },
+ {
+ "name": "pngjs",
+ "version": "5.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "possible-typed-array-names",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "postcss",
+ "version": "8.5.15",
+ "author": "Andrey Sitnik",
+ "license": "MIT"
+ },
+ {
+ "name": "postcss-selector-parser",
+ "version": "7.1.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "postject",
+ "version": "1.0.0-alpha.6",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "prelude-ls",
+ "version": "1.2.1",
+ "author": "George Zahariev",
+ "license": "MIT"
+ },
+ {
+ "name": "prettier",
+ "version": "3.8.3",
+ "author": "James Long",
+ "license": "MIT"
+ },
+ {
+ "name": "prettier-linter-helpers",
+ "version": "1.0.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "private",
+ "version": "0.1.8",
+ "author": "Ben Newman",
+ "license": "MIT"
+ },
+ {
+ "name": "proc-log",
+ "version": "2.0.1",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "process-nextick-args",
+ "version": "2.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "progress",
+ "version": "2.0.3",
+ "author": "TJ Holowaychuk",
+ "license": "MIT"
+ },
+ {
+ "name": "promise-inflight",
+ "version": "1.0.1",
+ "author": "Rebecca Turner",
+ "license": "ISC"
+ },
+ {
+ "name": "promise-retry",
+ "version": "2.0.1",
+ "author": "IndigoUnited",
+ "license": "MIT"
+ },
+ {
+ "name": "proper-lockfile",
+ "version": "4.1.2",
+ "author": "André Cruz",
+ "license": "MIT"
+ },
+ {
+ "name": "proto-list",
+ "version": "1.2.1",
+ "author": "Isaac Z. Schlueter",
+ "license": "MIT"
+ },
+ {
+ "name": "protocol-buffers-schema",
+ "version": "3.3.1",
+ "author": "Mathias Buus",
+ "license": "MIT"
+ },
+ {
+ "name": "pump",
+ "version": "3.0.0",
+ "author": "Mathias Buus Madsen",
+ "license": "MIT"
+ },
+ {
+ "name": "punycode",
+ "version": "2.3.1",
+ "author": "Mathias Bynens",
+ "license": "MIT"
+ },
+ {
+ "name": "qrcode",
+ "version": "1.5.4",
+ "author": "Ryan Day",
+ "license": "MIT"
+ },
+ {
+ "name": "quick-lru",
+ "version": "5.1.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "quickselect",
+ "version": "2.0.0",
+ "author": "Vladimir Agafonkin",
+ "license": "ISC"
+ },
+ {
+ "name": "rbush",
+ "version": "4.0.0",
+ "author": "Volodymyr Agafonkin",
+ "license": "MIT"
+ },
+ {
+ "name": "read-binary-file-arch",
+ "version": "1.0.6",
+ "author": "Samuel Maddock",
+ "license": "MIT"
+ },
+ {
+ "name": "read-pkg",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "read-pkg-up",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "readable-stream",
+ "version": "1.0.33-1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "recast",
+ "version": "0.10.43",
+ "author": "Ben Newman",
+ "license": "MIT"
+ },
+ {
+ "name": "rechoir",
+ "version": "0.8.0",
+ "author": "Gulp Team",
+ "license": "MIT"
+ },
+ {
+ "name": "reference-spec-reader",
+ "version": "0.2.0",
+ "author": "manzt",
+ "license": "MIT"
+ },
+ {
+ "name": "reflect.getprototypeof",
+ "version": "1.0.10",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "regexp-tree",
+ "version": "0.1.1",
+ "author": "Dmitry Soshnikov",
+ "license": "MIT"
+ },
+ {
+ "name": "regexp.prototype.flags",
+ "version": "1.5.4",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "require-directory",
+ "version": "2.1.1",
+ "author": "Troy Goode",
+ "license": "MIT"
+ },
+ {
+ "name": "require-from-string",
+ "version": "2.0.2",
+ "author": "Vsevolod Strukchinsky",
+ "license": "MIT"
+ },
+ {
+ "name": "require-main-filename",
+ "version": "1.0.1",
+ "author": "Ben Coe",
+ "license": "ISC"
+ },
+ {
+ "name": "resedit",
+ "version": "1.7.2",
+ "author": "jet",
+ "license": "MIT"
+ },
+ {
+ "name": "resolve",
+ "version": "1.22.12",
+ "author": "James Halliday",
+ "license": "MIT"
+ },
+ {
+ "name": "resolve-alpn",
+ "version": "1.0.0",
+ "author": "Szymon Marczak",
+ "license": "MIT"
+ },
+ {
+ "name": "resolve-from",
+ "version": "4.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "resolve-protobuf-schema",
+ "version": "2.1.0",
+ "author": "Mathias Buus",
+ "license": "MIT"
+ },
+ {
+ "name": "responselike",
+ "version": "2.0.0",
+ "author": "lukechilds",
+ "license": "MIT"
+ },
+ {
+ "name": "restore-cursor",
+ "version": "3.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "retry",
+ "version": "0.12.0",
+ "author": "Tim Koschützki",
+ "license": "MIT"
+ },
+ {
+ "name": "reusify",
+ "version": "1.0.0",
+ "author": "Matteo Collina",
+ "license": "MIT"
+ },
+ {
+ "name": "rfdc",
+ "version": "1.3.0",
+ "author": "David Mark Clements",
+ "license": "MIT"
+ },
+ {
+ "name": "rimraf",
+ "version": "2.6.3",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "roarr",
+ "version": "2.15.3",
+ "author": "Gajus Kuizinas",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "rolldown",
+ "version": "1.0.0-rc.17",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "run-parallel",
+ "version": "1.1.9",
+ "author": "Feross Aboukhadijeh",
+ "license": "MIT"
+ },
+ {
+ "name": "rw",
+ "version": "1.3.3",
+ "author": "Mike Bostock",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "safe-array-concat",
+ "version": "1.1.4",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "safe-buffer",
+ "version": "5.1.2",
+ "author": "Feross Aboukhadijeh",
+ "license": "MIT"
+ },
+ {
+ "name": "safe-push-apply",
+ "version": "1.0.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "safe-regex",
+ "version": "2.1.1",
+ "author": "James C.",
+ "license": "MIT"
+ },
+ {
+ "name": "safe-regex-test",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "safer-buffer",
+ "version": "2.1.2",
+ "author": "Nikita Skovoroda",
+ "license": "MIT"
+ },
+ {
+ "name": "sanitize-filename",
+ "version": "1.6.3",
+ "author": "Parsha Pourkhomami",
+ "license": "WTFPL OR ISC"
+ },
+ {
+ "name": "sax",
+ "version": "1.2.4",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "saxes",
+ "version": "6.0.0",
+ "author": "Louis-Dominique Dubeau",
+ "license": "ISC"
+ },
+ {
+ "name": "schema-utils",
+ "version": "3.3.0",
+ "author": "webpack Contrib",
+ "license": "MIT"
+ },
+ {
+ "name": "semver",
+ "version": "5.5.0",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "semver",
+ "version": "2.0.1",
+ "author": "—",
+ "license": "BSD"
+ },
+ {
+ "name": "semver-compare",
+ "version": "1.0.0",
+ "author": "James Halliday",
+ "license": "MIT"
+ },
+ {
+ "name": "serialize-error",
+ "version": "7.0.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "serialize-javascript",
+ "version": "7.0.5",
+ "author": "Eric Ferraiuolo",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "set-blocking",
+ "version": "2.0.0",
+ "author": "Ben Coe",
+ "license": "ISC"
+ },
+ {
+ "name": "set-function-length",
+ "version": "1.2.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "set-function-name",
+ "version": "2.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "set-proto",
+ "version": "1.0.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "setimmediate",
+ "version": "1.0.5",
+ "author": "YuzuJS",
+ "license": "MIT"
+ },
+ {
+ "name": "shebang-command",
+ "version": "1.2.0",
+ "author": "Kevin Mårtensson",
+ "license": "MIT"
+ },
+ {
+ "name": "shebang-regex",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "side-channel",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "side-channel-list",
+ "version": "1.0.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "side-channel-map",
+ "version": "1.0.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "side-channel-weakmap",
+ "version": "1.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "siginfo",
+ "version": "2.0.0",
+ "author": "Emil Bay",
+ "license": "ISC"
+ },
+ {
+ "name": "signal-exit",
+ "version": "3.0.0",
+ "author": "Ben Coe",
+ "license": "ISC"
+ },
+ {
+ "name": "simple-update-notifier",
+ "version": "2.0.0",
+ "author": "alexbrazier",
+ "license": "MIT"
+ },
+ {
+ "name": "sirv",
+ "version": "3.0.2",
+ "author": "Luke Edwards",
+ "license": "MIT"
+ },
+ {
+ "name": "slice-ansi",
+ "version": "5.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "smart-buffer",
+ "version": "4.2.0",
+ "author": "Josh Glazebrook",
+ "license": "MIT"
+ },
+ {
+ "name": "socks",
+ "version": "2.7.1",
+ "author": "Josh Glazebrook",
+ "license": "MIT"
+ },
+ {
+ "name": "socks-proxy-agent",
+ "version": "7.0.0",
+ "author": "Nathan Rajlich",
+ "license": "MIT"
+ },
+ {
+ "name": "source-map",
+ "version": "0.5.0",
+ "author": "Nick Fitzgerald",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "source-map-js",
+ "version": "1.0.2",
+ "author": "Valentin 7rulnik Semirulnik",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "source-map-support",
+ "version": "0.5.13",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "spdx",
+ "version": "0.4.3",
+ "author": "Kyle E. Mitchell",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "spdx-correct",
+ "version": "1.0.0",
+ "author": "Kyle E. Mitchell",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "spdx-expression-parse",
+ "version": "1.0.4",
+ "author": "Kyle E. Mitchell",
+ "license": "(MIT AND CC-BY-3.0)"
+ },
+ {
+ "name": "spdx-license-ids",
+ "version": "1.0.0",
+ "author": "Shinnosuke Watanabe",
+ "license": "Unlicense"
+ },
+ {
+ "name": "sprintf-js",
+ "version": "1.0.2",
+ "author": "Alexandru Mărășteanu",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "ssri",
+ "version": "9.0.1",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "stackback",
+ "version": "0.0.2",
+ "author": "Roman Shtylman",
+ "license": "MIT"
+ },
+ {
+ "name": "stat-mode",
+ "version": "1.0.0",
+ "author": "Nathan Rajlich",
+ "license": "MIT"
+ },
+ {
+ "name": "std-env",
+ "version": "4.0.0-rc.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "stop-iteration-iterator",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "string-width",
+ "version": "1.0.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "string.prototype.trim",
+ "version": "1.2.10",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "string.prototype.trimend",
+ "version": "1.0.9",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "string.prototype.trimstart",
+ "version": "1.0.8",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "string_decoder",
+ "version": "0.10.24",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "strip-ansi",
+ "version": "3.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "strip-bom",
+ "version": "3.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "strip-eof",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "strip-json-comments",
+ "version": "3.1.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "strip-outer",
+ "version": "1.0.1",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "sumchecker",
+ "version": "3.0.1",
+ "author": "Mark Lee",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "supports-color",
+ "version": "7.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "supports-preserve-symlinks-flag",
+ "version": "1.0.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "symbol-tree",
+ "version": "3.2.4",
+ "author": "Joris van der Wel",
+ "license": "MIT"
+ },
+ {
+ "name": "synckit",
+ "version": "0.11.12",
+ "author": "JounQin",
+ "license": "MIT"
+ },
+ {
+ "name": "tailwindcss",
+ "version": "4.2.4",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "tapable",
+ "version": "2.1.1",
+ "author": "Tobias Koppers @sokra",
+ "license": "MIT"
+ },
+ {
+ "name": "tar",
+ "version": "7.5.7",
+ "author": "Isaac Z. Schlueter",
+ "license": "BlueOak-1.0.0"
+ },
+ {
+ "name": "temp",
+ "version": "0.9.0",
+ "author": "Bruce Williams",
+ "license": "MIT"
+ },
+ {
+ "name": "temp-file",
+ "version": "3.4.0",
+ "author": "Vladimir Krivosheev",
+ "license": "MIT"
+ },
+ {
+ "name": "terser",
+ "version": "5.48.0",
+ "author": "Mihai Bazon",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "terser-webpack-plugin",
+ "version": "5.1.3",
+ "author": "webpack Contrib Team",
+ "license": "MIT"
+ },
+ {
+ "name": "through2",
+ "version": "0.6.5",
+ "author": "Rod Vagg",
+ "license": "MIT"
+ },
+ {
+ "name": "tiny-async-pool",
+ "version": "1.3.0",
+ "author": "Rafael Xavier de Souza",
+ "license": "MIT"
+ },
+ {
+ "name": "tiny-each-async",
+ "version": "2.0.3",
+ "author": "Alexandru Vladutu",
+ "license": "MIT"
+ },
+ {
+ "name": "tinybench",
+ "version": "2.9.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "tinyexec",
+ "version": "1.0.2",
+ "author": "James Garbutt",
+ "license": "MIT"
+ },
+ {
+ "name": "tinyglobby",
+ "version": "0.2.12",
+ "author": "Superchupu",
+ "license": "MIT"
+ },
+ {
+ "name": "tinyqueue",
+ "version": "3.0.0",
+ "author": "—",
+ "license": "ISC"
+ },
+ {
+ "name": "tinyrainbow",
+ "version": "3.1.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "tldts",
+ "version": "7.0.5",
+ "author": "Rémi Berson",
+ "license": "MIT"
+ },
+ {
+ "name": "tldts-core",
+ "version": "7.0.5",
+ "author": "Rémi Berson",
+ "license": "MIT"
+ },
+ {
+ "name": "tmp",
+ "version": "0.2.4",
+ "author": "KARASZI István",
+ "license": "MIT"
+ },
+ {
+ "name": "tmp-promise",
+ "version": "3.0.2",
+ "author": "Benjamin Gruenbaum and Collaborators.",
+ "license": "MIT"
+ },
+ {
+ "name": "to-regex-range",
+ "version": "5.0.1",
+ "author": "Jon Schlinkert",
+ "license": "MIT"
+ },
+ {
+ "name": "totalist",
+ "version": "3.0.0",
+ "author": "Luke Edwards",
+ "license": "MIT"
+ },
+ {
+ "name": "tough-cookie",
+ "version": "6.0.1",
+ "author": "Jeremy Stashewsky",
+ "license": "BSD-3-Clause"
+ },
+ {
+ "name": "tr46",
+ "version": "0.0.3",
+ "author": "Sebastian Mayr",
+ "license": "MIT"
+ },
+ {
+ "name": "trim-repeated",
+ "version": "1.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "truncate-utf8-bytes",
+ "version": "1.0.0",
+ "author": "Carl Xiong",
+ "license": "WTFPL"
+ },
+ {
+ "name": "tslib",
+ "version": "1.14.1",
+ "author": "Microsoft Corp.",
+ "license": "0BSD"
+ },
+ {
+ "name": "tunnel",
+ "version": "0.0.6",
+ "author": "Koichi Kobayashi",
+ "license": "MIT"
+ },
+ {
+ "name": "type-check",
+ "version": "0.4.0",
+ "author": "George Zahariev",
+ "license": "MIT"
+ },
+ {
+ "name": "type-fest",
+ "version": "0.13.1",
+ "author": "Sindre Sorhus",
+ "license": "(MIT OR CC0-1.0)"
+ },
+ {
+ "name": "typed-array-buffer",
+ "version": "1.0.3",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "typed-array-byte-length",
+ "version": "1.0.3",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "typed-array-byte-offset",
+ "version": "1.0.4",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "typed-array-length",
+ "version": "1.0.7",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "typescript",
+ "version": "5.4.5",
+ "author": "Microsoft Corp.",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "unbox-primitive",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "undici",
+ "version": "7.26.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "undici-types",
+ "version": "6.19.2",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "unique-filename",
+ "version": "2.0.1",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "unique-slug",
+ "version": "3.0.0",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "universalify",
+ "version": "0.1.0",
+ "author": "Ryan Zimmerman",
+ "license": "MIT"
+ },
+ {
+ "name": "unreachable-branch-transform",
+ "version": "0.3.0",
+ "author": "Andres Suarez",
+ "license": "MIT"
+ },
+ {
+ "name": "unzipit",
+ "version": "2.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "upath",
+ "version": "2.0.1",
+ "author": "Angelos Pikoulas",
+ "license": "MIT"
+ },
+ {
+ "name": "uri-js",
+ "version": "4.2.2",
+ "author": "Gary Court",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "username",
+ "version": "5.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "utf8-byte-length",
+ "version": "1.0.1",
+ "author": "Carl Xiong",
+ "license": "WTFPL"
+ },
+ {
+ "name": "util-deprecate",
+ "version": "1.0.1",
+ "author": "Nathan Rajlich",
+ "license": "MIT"
+ },
+ {
+ "name": "uuid",
+ "version": "14.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "validate-npm-package-license",
+ "version": "3.0.1",
+ "author": "Kyle E. Mitchell",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "vis-data",
+ "version": "7.1.10",
+ "author": "—",
+ "license": "(Apache-2.0 OR MIT)"
+ },
+ {
+ "name": "vis-network",
+ "version": "9.1.13",
+ "author": "—",
+ "license": "(Apache-2.0 OR MIT)"
+ },
+ {
+ "name": "vis-util",
+ "version": "5.0.7",
+ "author": "Alex de Mulder",
+ "license": "(Apache-2.0 OR MIT)"
+ },
+ {
+ "name": "vite",
+ "version": "8.0.10",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "vite-plugin-vuetify",
+ "version": "2.1.3",
+ "author": "Kael Watts-Deuchar",
+ "license": "MIT"
+ },
+ {
+ "name": "vitest",
+ "version": "4.1.5",
+ "author": "Anthony Fu",
+ "license": "MIT"
+ },
+ {
+ "name": "vue",
+ "version": "3.5.33",
+ "author": "Evan You",
+ "license": "MIT"
+ },
+ {
+ "name": "vue-component-type-helpers",
+ "version": "3.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "vue-eslint-parser",
+ "version": "10.4.0",
+ "author": "Toru Nagashima",
+ "license": "MIT"
+ },
+ {
+ "name": "vue-i18n",
+ "version": "11.4.0",
+ "author": "kazuya kawaguchi",
+ "license": "MIT"
+ },
+ {
+ "name": "vue-router",
+ "version": "4.6.4",
+ "author": "Eduardo San Martin Morote",
+ "license": "MIT"
+ },
+ {
+ "name": "vuetify",
+ "version": "3.12.5",
+ "author": "John Leider",
+ "license": "MIT"
+ },
+ {
+ "name": "w3c-xmlserializer",
+ "version": "5.0.0",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "watchpack",
+ "version": "2.3.1",
+ "author": "Tobias Koppers @sokra",
+ "license": "MIT"
+ },
+ {
+ "name": "wcwidth",
+ "version": "1.0.1",
+ "author": "Tim Oxley",
+ "license": "MIT"
+ },
+ {
+ "name": "web-worker",
+ "version": "1.5.0",
+ "author": "—",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "webidl-conversions",
+ "version": "3.0.0",
+ "author": "Domenic Denicola",
+ "license": "BSD-2-Clause"
+ },
+ {
+ "name": "webpack",
+ "version": "5.69.1",
+ "author": "Tobias Koppers @sokra",
+ "license": "MIT"
+ },
+ {
+ "name": "webpack-sources",
+ "version": "3.2.3",
+ "author": "Tobias Koppers @sokra",
+ "license": "MIT"
+ },
+ {
+ "name": "whatwg-mimetype",
+ "version": "5.0.0",
+ "author": "Domenic Denicola",
+ "license": "MIT"
+ },
+ {
+ "name": "whatwg-url",
+ "version": "5.0.0",
+ "author": "Sebastian Mayr",
+ "license": "MIT"
+ },
+ {
+ "name": "which",
+ "version": "1.2.9",
+ "author": "GitHub Inc.",
+ "license": "ISC"
+ },
+ {
+ "name": "which-boxed-primitive",
+ "version": "1.1.0",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "which-builtin-type",
+ "version": "1.2.1",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "which-collection",
+ "version": "1.0.2",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "which-module",
+ "version": "2.0.0",
+ "author": "nexdrew",
+ "license": "ISC"
+ },
+ {
+ "name": "which-typed-array",
+ "version": "1.1.21",
+ "author": "Jordan Harband",
+ "license": "MIT"
+ },
+ {
+ "name": "why-is-node-running",
+ "version": "2.3.0",
+ "author": "Mathias Buus",
+ "license": "MIT"
+ },
+ {
+ "name": "word-wrap",
+ "version": "1.2.5",
+ "author": "Jon Schlinkert",
+ "license": "MIT"
+ },
+ {
+ "name": "wrap-ansi",
+ "version": "2.0.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "wrappy",
+ "version": "1.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "xml-name-validator",
+ "version": "4.0.0",
+ "author": "Domenic Denicola",
+ "license": "Apache-2.0"
+ },
+ {
+ "name": "xml-utils",
+ "version": "1.10.2",
+ "author": "Daniel J. Dufour",
+ "license": "CC0-1.0"
+ },
+ {
+ "name": "xmlbuilder",
+ "version": "15.1.1",
+ "author": "Ozgur Ozcitak",
+ "license": "MIT"
+ },
+ {
+ "name": "xmlchars",
+ "version": "2.2.0",
+ "author": "Louis-Dominique Dubeau",
+ "license": "MIT"
+ },
+ {
+ "name": "xtend",
+ "version": "4.0.2",
+ "author": "Raynos",
+ "license": "MIT"
+ },
+ {
+ "name": "y18n",
+ "version": "5.0.1",
+ "author": "Ben Coe",
+ "license": "ISC"
+ },
+ {
+ "name": "yallist",
+ "version": "4.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "ISC"
+ },
+ {
+ "name": "yallist",
+ "version": "5.0.0",
+ "author": "Isaac Z. Schlueter",
+ "license": "BlueOak-1.0.0"
+ },
+ {
+ "name": "yargs",
+ "version": "12.0.5",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "yargs-parser",
+ "version": "11.1.1",
+ "author": "Ben Coe",
+ "license": "ISC"
+ },
+ {
+ "name": "yauzl",
+ "version": "2.10.0",
+ "author": "Josh Wolfe",
+ "license": "MIT"
+ },
+ {
+ "name": "yocto-queue",
+ "version": "0.1.0",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "yoctocolors-cjs",
+ "version": "2.1.2",
+ "author": "Sindre Sorhus",
+ "license": "MIT"
+ },
+ {
+ "name": "zarrita",
+ "version": "0.7.1",
+ "author": "—",
+ "license": "MIT"
+ },
+ {
+ "name": "zstddec",
+ "version": "0.2.0",
+ "author": "Don McCurdy",
+ "license": "MIT AND BSD-3-Clause"
+ }
]

diff --git a/meshchatx/src/frontend/public/meshchatx-docs/meshchatx_on_raspberry_pi.md b/meshchatx/src/frontend/public/meshchatx-docs/meshchatx_on_raspberry_pi.md
index b8ab6464..8d110ba2 100644
--- a/meshchatx/src/frontend/public/meshchatx-docs/meshchatx_on_raspberry_pi.md
+++ b/meshchatx/src/frontend/public/meshchatx-docs/meshchatx_on_raspberry_pi.md
@@ -61,17 +61,17 @@ source ~/.profile
## 3) Install MeshChatX with pipx (recommended)
-Preferred option (recommended): install from a release wheel (4.4.0 or newer),
+Preferred option (recommended): install from a release wheel (4.7.0 or newer),
because the wheel bundles frontend assets.
```bash
pipx install /path/to/reticulum_meshchatx-<version>-py3-none-any.whl
```
-Direct example (v4.4.0):
+Direct example (v4.7.0):
```bash
-pipx install "https://github.com/Quad4-Software/MeshChatX/releases/download/v4.4.0/reticulum_meshchatx-4.4.0-py3-none-any.whl"
+pipx install "https://github.com/Quad4-Software/MeshChatX/releases/download/v4.7.0/reticulum_meshchatx-4.7.0-py3-none-any.whl"
```
`py3-none-any` wheels are architecture-independent, so the same wheel artifact
@@ -93,7 +93,7 @@ cd ~/meshchatx
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
-python -m pip install "https://github.com/Quad4-Software/MeshChatX/releases/download/v4.4.0/reticulum_meshchatx-4.4.0-py3-none-any.whl"
+python -m pip install "https://github.com/Quad4-Software/MeshChatX/releases/download/v4.7.0/reticulum_meshchatx-4.7.0-py3-none-any.whl"
```
Run command in venv mode:

diff --git a/package.json b/package.json
index 19ed8e2f..6a0ee668 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "reticulum-meshchatx",
- "version": "4.6.3",
+ "version": "4.7.0",
"description": "A simple mesh network communications app powered by the Reticulum Network Stack",
"homepage": "https://github.com/Quad4-Software/MeshChatX",
"desktopName": "reticulum-meshchatx.desktop",

diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD
index 5401c466..0305f7e6 100644
--- a/packaging/arch/PKGBUILD
+++ b/packaging/arch/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ivan <ivan@quad4.io>
pkgname=reticulum-meshchatx-git
_pkgname=reticulum-meshchatx
-pkgver=4.6.3.r0.gebacc00
+pkgver=4.7.0.r0.gebacc00
pkgrel=1
pkgdesc="A simple mesh network communications app powered by the Reticulum Network Stack"
arch=('x86_64' 'aarch64')
@@ -19,7 +19,7 @@ sha256sums=('SKIP'
pkgver() {
cd "$_pkgname"
git describe --long --tags 2>/dev/null | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' || \
- printf "4.6.3.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ printf "4.7.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
prepare() {

diff --git a/pyproject.toml b/pyproject.toml
index 7f857afb..aa7c53c6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "reticulum-meshchatx"
-version = "4.6.3"
+version = "4.7.0"
description = "A simple mesh network communications app powered by the Reticulum Network Stack"
authors = [
{name = "Quad4"}

diff --git a/scripts/sync_version.js b/scripts/sync_version.js
index 623077d1..d01e4fe6 100644
--- a/scripts/sync_version.js
+++ b/scripts/sync_version.js
@@ -5,6 +5,7 @@
* Writes: meshchatx/__init__.py (__version__), meshchatx/src/version.py, pyproject.toml [project].version,
* meshchatx/src/backend/data/THIRD_PARTY_NOTICES.txt (reticulum-meshchatx line only),
* README + lang README "current version" lines, docs/meshchatx_on_raspberry_pi.md
+ * (and meshchatx/src/frontend/public/meshchatx-docs copy), android/app/build.gradle,
* pipx example, packaging/arch/PKGBUILD pkgver / printf fallback.
*
* __version__ lives in meshchatx/__init__.py so Chaquopy/Android (which may not ship loose .py
@@ -86,16 +87,29 @@ patchFile("lang/README.ja.md", (c) =>
patchFile("lang/README.ru.md", (c) => c.replace(/(Текущая версия в репозитории: `)[^`]+(`)/, `$1${version}$2`));
patchFile("lang/README.zh.md", (c) => c.replace(/(本仓库当前版本: `)[^`]+(`)/, `$1${version}$2`));
-patchFile("docs/meshchatx_on_raspberry_pi.md", (c) => {
+function patchRaspberryPiDoc(c) {
let x = c;
x = x.replace(/\(\d+\.\d+\.\d+ or newer\)/, `(${version} or newer)`);
x = x.replace(/Direct example \(v\d+\.\d+\.\d+\):/, `Direct example (v${version}):`);
x = x.replace(
- /releases\/download\/v\d+\.\d+\.\d+\/reticulum_meshchatx-\d+\.\d+\.\d+-py3-none-any\.whl/,
+ /releases\/download\/v\d+\.\d+\.\d+\/reticulum_meshchatx-\d+\.\d+\.\d+-py3-none-any\.whl/g,
`releases/download/v${version}/reticulum_meshchatx-${version}-py3-none-any.whl`
);
return x;
-});
+}
+
+patchFile("docs/meshchatx_on_raspberry_pi.md", patchRaspberryPiDoc);
+patchFile("meshchatx/src/frontend/public/meshchatx-docs/meshchatx_on_raspberry_pi.md", patchRaspberryPiDoc);
+
+const versionParts = version.split(".").map((n) => Number.parseInt(n, 10));
+if (versionParts.length === 3 && versionParts.every((n) => Number.isFinite(n))) {
+ const versionCode = versionParts[0] * 10000 + versionParts[1] * 1000 + versionParts[2];
+ patchFile("android/app/build.gradle", (c) => {
+ let x = c.replace(/versionCode \d+/, `versionCode ${versionCode}`);
+ x = x.replace(/versionName "[^"]+"/, `versionName "${version}"`);
+ return x;
+ });
+}
patchFile("packaging/arch/PKGBUILD", (c) => {
let x = c.replace(/^pkgver=\d+\.\d+\.\d+(.*)$/m, `pkgver=${version}$1`);

diff --git a/uv.lock b/uv.lock
index 2412b690..e8d159f1 100644
--- a/uv.lock
+++ b/uv.lock
@@ -1819,7 +1819,7 @@ wheels = [
[[package]]
name = "reticulum-meshchatx"
-version = "4.6.3"
+version = "4.7.0"
source = { editable = "." }
dependencies = [
{ name = "aiohttp" },


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────